Changeset

963:43b140edfd84

core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Apr 2009 20:01:53 +0100
parents 962:872f5d85636e
children 964:3296db2ad4a0
files core/s2smanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/s2smanager.lua	Wed Apr 08 11:22:03 2009 +0100
+++ b/core/s2smanager.lua	Wed Apr 08 20:01:53 2009 +0100
@@ -250,7 +250,7 @@
 end
 
 function streamclosed(session)
-	session.send("</stream:stream>");
+	session.sends2s("</stream:stream>");
 	session.notopen = true;
 end