summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-15 12:53:43 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-15 12:53:43 +0000
commitcdd87fec57f147184fda4e73e1f432bbb272eb2a (patch)
tree1a0379fd4cc937d4140371b0a0365b59cfd56be2 /src
parent6b4dd4b64c762999273f13f5a7470d32b123e189 (diff)
Mesh linking just about completed - needs testing!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@608 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index b3bd8fdd7..ae8c60706 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -6384,7 +6384,7 @@ void handle_plus(char token,char* params,serverrec* source,serverrec* reply, cha
char* cookie = strtok(NULL," ");
log(DEBUG," ");
log(DEBUG," ");
- log(DEBUG,"*** Connecting back to %s:%d",ipaddr,ipport);
+ log(DEBUG,"*** Connecting back to %s:%d",ipaddr,atoi(ipport));
me[defaultRoute]->MeshCookie(ipaddr,atoi(ipport),atoi(cookie),servername);
log(DEBUG," ");
}