diff options
author | Diva Canto | 2009-09-26 07:49:04 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-26 07:49:04 -0700 |
commit | 7253a9453e25560396e4f8c25402012b840ed0c4 (patch) | |
tree | 0291b369787f1dd136e75b1eedf752bfa19686cc /OpenSim/Server | |
parent | First pass at the heart surgery for grid services. Compiles and runs minimall... (diff) | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.zip opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.gz opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.bz2 opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs b/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs index 69acd25..f987de4 100644 --- a/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs +++ b/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs | |||
@@ -44,7 +44,7 @@ namespace OpenSim.Server.Handlers.Authorization | |||
44 | { | 44 | { |
45 | public class AuthorizationServerPostHandler : BaseStreamHandler | 45 | public class AuthorizationServerPostHandler : BaseStreamHandler |
46 | { | 46 | { |
47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||
49 | private IAuthorizationService m_AuthorizationService; | 49 | private IAuthorizationService m_AuthorizationService; |
50 | 50 | ||