diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index e2eaebfa7..40d28996b 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -216,7 +216,7 @@ bool connection::MeshCookie(char* targethost, int port, long cookie, char* serve return false; } -bool connection::AddIncoming(int fd,char* targethost, int sourceport) +bool connection::AddIncoming(int fd, char* targethost, int sourceport) { char connect[MAXBUF]; |