30a485e20d
maintenance of peer lists
11 lines
416 B
C++
11 lines
416 B
C++
--- MyTcpSocket.cpp.orig Sun Jan 16 01:07:56 2005
|
|
+++ MyTcpSocket.cpp Sun Jan 16 01:09:39 2005
|
|
@@ -85,7 +85,7 @@
|
|
|
|
// we ignore whatever ip the minion sends us
|
|
// we only use the ip from the connection endpoint
|
|
- ipaddr_t ip2 = GetRemoteIP();
|
|
+ ipaddr_t ip2 = GetRemoteIP4();
|
|
DEB( printf("Incoming: id '%s' %s:%d cmd '%s'\n",id.c_str(),GetRemoteAddress().c_str(),port,cmd.c_str());)
|
|
if (cmd == "Goodbye")
|
|
{
|