Index: trunk/src/sh_portcheck.c
===================================================================
--- trunk/src/sh_portcheck.c	(revision 497)
+++ trunk/src/sh_portcheck.c	(revision 498)
@@ -976,4 +976,13 @@
 	      
 	    }
+	  else
+	    {
+	      if (portchk_debug)
+		{
+		  sh_ipvx_ntoa(ipbuf, sizeof(ipbuf), paddr);
+		  fprintf(stderr, _("check port_udp: %5d/udp on %15s ERRNO %d\n"), 
+			  port, ipbuf, errno);
+		}
+	    }
 	}
     }
@@ -1429,6 +1438,7 @@
   int retval;
   int sock   = -1;
+#if 0
   int flag   = 1; /* non-zero to enable an option */
-
+#endif
   struct sockaddr_in  addr4;
   struct sockaddr_in6 addr6;
@@ -1475,4 +1485,6 @@
 	  continue;
 	}
+
+#if 0
       if ( setsockopt(sock, SOL_SOCKET, SO_REUSEADDR,
 		      (void *) &flag, sizeof(flag)) < 0 )
@@ -1489,4 +1501,5 @@
 	  continue;
 	}
+#endif
 
       if (domain == AF_INET)
