diff options
author | Justin Clarke Casey | 2009-01-23 19:24:36 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-23 19:24:36 +0000 |
commit | 664f983943dd94d35184f5c0f69f8c58a011ba3a (patch) | |
tree | e86d12204576547e502047a2d1054bfc95cd8cb2 /OpenSim/Framework/Communications/LoginService.cs | |
parent | Fix for llGetRot when the script is in a child prim. Also fixed llGetPrimitiv... (diff) | |
download | opensim-SC-664f983943dd94d35184f5c0f69f8c58a011ba3a.zip opensim-SC-664f983943dd94d35184f5c0f69f8c58a011ba3a.tar.gz opensim-SC-664f983943dd94d35184f5c0f69f8c58a011ba3a.tar.bz2 opensim-SC-664f983943dd94d35184f5c0f69f8c58a011ba3a.tar.xz |
* Extend archive test to check for the presence of a control file in a saved archive
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 1abfc78..fe904b5 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -108,6 +108,7 @@ namespace OpenSim.Framework.Communications | |||
108 | { | 108 | { |
109 | // Temporary fix | 109 | // Temporary fix |
110 | m_loginMutex.WaitOne(); | 110 | m_loginMutex.WaitOne(); |
111 | |||
111 | try | 112 | try |
112 | { | 113 | { |
113 | //CFK: CustomizeResponse contains sufficient strings to alleviate the need for this. | 114 | //CFK: CustomizeResponse contains sufficient strings to alleviate the need for this. |