diff options
-rw-r--r-- | core/s2smanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua index 98203a7d..396c41cc 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -181,7 +181,6 @@ function new_outgoing(from_host, to_host, connect) buffer[#buffer+1] = data; log("debug", "Buffered item %d: %s", #buffer, tostring(data)); end - end return host_session; |