diff options
author | Jeff Ames | 2008-10-27 01:43:59 +0000 |
---|---|---|
committer | Jeff Ames | 2008-10-27 01:43:59 +0000 |
commit | b2d6b0a3d42761ca76ac9d5725846567ed579afa (patch) | |
tree | 2712a3dc05ac4dac1bc5a650ecd527499b8a019c /OpenSim/Grid | |
parent | Thank you kindly, Idb for a patch that solves: (diff) | |
download | opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.zip opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.gz opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.bz2 opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index c188654..998f3fa 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs | |||
@@ -101,7 +101,7 @@ namespace OpenSim.Grid.MessagingServer | |||
101 | private void deregisterFromUserServer() | 101 | private void deregisterFromUserServer() |
102 | { | 102 | { |
103 | msgsvc.deregisterWithUserServer(); | 103 | msgsvc.deregisterWithUserServer(); |
104 | if(m_httpServer != null) | 104 | if (m_httpServer != null) |
105 | { | 105 | { |
106 | // try a completely fresh registration, with fresh handlers, too | 106 | // try a completely fresh registration, with fresh handlers, too |
107 | m_httpServer.Stop(); | 107 | m_httpServer.Stop(); |