Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > 6f29326d4dbdcab220f495b5d0ca07a7 > files > 16

netcat-openbsd-1.89-4.mga1.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) {