aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/ConsoleBase.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-18 21:14:38 +0000
committerJustin Clarke Casey2008-08-18 21:14:38 +0000
commit9650632cd125fa6e5c804f76ecdfac9904e8581b (patch)
treeb8ad66f6a436ef2e755d5d29448f31ce5c748b69 /OpenSim/Framework/Console/ConsoleBase.cs
parent* osmantis test. Speak, we want you to. (diff)
downloadopensim-SC_OLD-9650632cd125fa6e5c804f76ecdfac9904e8581b.zip
opensim-SC_OLD-9650632cd125fa6e5c804f76ecdfac9904e8581b.tar.gz
opensim-SC_OLD-9650632cd125fa6e5c804f76ecdfac9904e8581b.tar.bz2
opensim-SC_OLD-9650632cd125fa6e5c804f76ecdfac9904e8581b.tar.xz
* It appears that sometimes some IClientAPI reference is not being released, resulting in continual execution of the CheckConnectivity timer method
* For now, just turn off this timer when we close the connection * Also some minor help refactoring creeps in to this revision.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Console/ConsoleBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs
index 89fd77d..b9610e0 100644
--- a/OpenSim/Framework/Console/ConsoleBase.cs
+++ b/OpenSim/Framework/Console/ConsoleBase.cs
@@ -245,6 +245,7 @@ namespace OpenSim.Framework.Console
245 try 245 try
246 { 246 {
247 string line = System.Console.ReadLine(); 247 string line = System.Console.ReadLine();
248
248 while (line == null) 249 while (line == null)
249 { 250 {
250 line = System.Console.ReadLine(); 251 line = System.Console.ReadLine();