aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorTom Grimshaw2010-05-17 14:14:19 -0700
committerTom Grimshaw2010-05-17 14:14:19 -0700
commit8f838c722da978da646fcef59a5af767840832bb (patch)
tree83b22c669659e26a16ca14a8ad6b6c292b805af1 /OpenSim/Framework/IClientAPI.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-8f838c722da978da646fcef59a5af767840832bb.zip
opensim-SC-8f838c722da978da646fcef59a5af767840832bb.tar.gz
opensim-SC-8f838c722da978da646fcef59a5af767840832bb.tar.bz2
opensim-SC-8f838c722da978da646fcef59a5af767840832bb.tar.xz
When killing a zombie session, don't send the stop packet since it often has the effect of killing a newly connected client.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 01daeb1..c597d62 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1114,6 +1114,7 @@ namespace OpenSim.Framework
1114 void InPacket(object NewPack); 1114 void InPacket(object NewPack);
1115 void ProcessInPacket(Packet NewPack); 1115 void ProcessInPacket(Packet NewPack);
1116 void Close(); 1116 void Close();
1117 void Close(bool sendStop);
1117 void Kick(string message); 1118 void Kick(string message);
1118 1119
1119 /// <summary> 1120 /// <summary>