Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > ac5c8fc96e548c966b624bd7fe72cc65 > files > 16

netcat-openbsd-1.89-3mdv2009.1.src.rpm

Index: netcat-openbsd-1.89/netcat.c
===================================================================
--- netcat-openbsd-1.89.orig/netcat.c	2008-06-19 16:33:52.000000000 -0400
+++ netcat-openbsd-1.89/netcat.c	2008-06-19 16:34:58.000000000 -0400
@@ -364,7 +364,7 @@
 				continue;
 
 			ret = 0;
-			if (vflag || zflag) {
+			if (vflag) {
 				/* For UDP, make sure we are connected. */
 				if (uflag) {
 					if (udptest(s) == -1) {