From fd62766d148ecc8880083083eb874989c97710e4 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 24 Dec 2010 04:48:38 +0000 Subject: s2smanager: Add a missing semi-colon --- core/s2smanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/s2smanager.lua') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index f2cee43e..a516797e 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -316,7 +316,7 @@ function make_connect(host_session, connect_host, connect_port) 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); -- cgit v1.2.3