core/s2smanager.lua

changeset 3952
f5d2400ca127
parent 3951
b8d930c21a3a
child 3953
174edf85a916
--- a/core/s2smanager.lua	Fri Dec 24 04:48:18 2010 +0000
+++ b/core/s2smanager.lua	Fri Dec 24 04:48:38 2010 +0000
@@ -316,7 +316,7 @@
 	
 	local from_host, to_host = host_session.from_host, host_session.to_host;
 	
-	local conn, handler = socket.tcp()
+	local conn, handler = socket.tcp();
 	
 	if not conn then
 		log("warn", "Failed to create outgoing connection, system error: %s", handler);

mercurial