Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 04a6a5f3b727f10487ed3ad1b96f8e92 > files > 11

pxe-1.4.2-21.mga3.src.rpm

diff -rau pxe-1.4.0/sock.cc pxe-1.4.0/sock.cc
--- pxe-1.4.0/sock.cc	2002-08-22 14:04:33.000000000 -0400
+++ pxe-1.4.0/sock.cc	2003-01-29 12:02:43.000000000 -0500
@@ -573,8 +573,8 @@
 		memcpy(server_addr, from, sizeof(*from));
 
 		// receive any packet on unicast/multicast/broadcast
-		if((client_addr->sin_port == clientport) ||
-		   (livefd == multi_sockfd)) // HACK!
+		//if((client_addr->sin_port == clientport) ||
+		//   (livefd == multi_sockfd)) // HACK!
 			break;
 
 		Sock_Read_next: