From 40fc886767dd4f4371d1400c9534c8979d5b50d1 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') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index dac95314..5dde476f 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -315,7 +315,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