Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > ba3031e8ba4b4705e96337146b1c498e > files > 13

nc-1.84-23.fc13.src.rpm

--- nc/netcat.c.orig	2009-07-27 10:21:34.000000000 +0200
+++ nc/netcat.c	2009-07-27 11:26:23.000000000 +0200
@@ -336,7 +336,7 @@
 				    &len);
 			}
 
-			if(vflag) {
+			if(vflag && family != AF_UNIX) {
 				/* Don't look up port if -n. */
 				if (nflag)
 					sv = NULL;