aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/minder/files/patch-MyTcpSocket.cpp
blob: 3acce5a73dcddbfc3a87e6330940a4b03f6aa03b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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")
 	{