diff options
author | ubit | 2012-09-26 17:20:48 +0200 |
---|---|---|
committer | ubit | 2012-09-26 17:20:48 +0200 |
commit | de87eca20f067791c3962743e418db82878c4cc7 (patch) | |
tree | 9a9a8106a41d6093c6bfde61dfec62799174aa4f /OpenSim/Framework/Console/RemoteConsole.cs | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | missing file (diff) | |
download | opensim-SC-de87eca20f067791c3962743e418db82878c4cc7.zip opensim-SC-de87eca20f067791c3962743e418db82878c4cc7.tar.gz opensim-SC-de87eca20f067791c3962743e418db82878c4cc7.tar.bz2 opensim-SC-de87eca20f067791c3962743e418db82878c4cc7.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Framework/Console/RemoteConsole.cs')
-rw-r--r-- | OpenSim/Framework/Console/RemoteConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs index 50eb173..3e3c2b3 100644 --- a/OpenSim/Framework/Console/RemoteConsole.cs +++ b/OpenSim/Framework/Console/RemoteConsole.cs | |||
@@ -425,7 +425,7 @@ namespace OpenSim.Framework.Console | |||
425 | return false; | 425 | return false; |
426 | } | 426 | } |
427 | 427 | ||
428 | private Hashtable GetEvents(UUID RequestID, UUID sessionID, string request) | 428 | private Hashtable GetEvents(UUID RequestID, UUID sessionID) |
429 | { | 429 | { |
430 | ConsoleConnection c = null; | 430 | ConsoleConnection c = null; |
431 | 431 | ||