Software /
code /
prosody
Changeset
3952:f5d2400ca127
s2smanager: Add a missing semi-colon
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 24 Dec 2010 04:48:38 +0000 |
parents | 3951:b8d930c21a3a |
children | 3953:174edf85a916 |
files | core/s2smanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);