Software /
code /
prosody
Changeset
4020:472691075967
s2smanager: Add a missing semi-colon
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 24 Dec 2010 04:48:38 +0000 |
parents | 4019:80aa47c009f0 |
children | 4021:5af5fdaaa940 |
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 @@ -315,7 +315,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);