From 379072d6a6f002ac8c980d1f2e0c3a760b219d3c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 24 Dec 2010 04:48:38 +0000 Subject: [PATCH] s2smanager: Add a missing semi-colon --- core/s2smanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2