7d95763414
Split up the ubuntu patch OBS-URL: https://build.opensuse.org/request/show/197181 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcat-openbsd?expand=0&rev=12
14 lines
436 B
Diff
14 lines
436 B
Diff
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) {
|