~ubuntu-branches/ubuntu/maverick/netcat-openbsd/maverick

« back to all changes in this revision

Viewing changes to debian/patches/silence-z.patch

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-25 18:47:47 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080625184747-hmj2o98haphlpdp8
Tags: 1.89-3ubuntu1
* Merge from debian unstable.
* Reinsert quit-timer, but set default to 0 to match current behaviour.
  (LP: #242350)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: netcat-openbsd-1.89/netcat.c
 
2
===================================================================
 
3
--- netcat-openbsd-1.89.orig/netcat.c   2008-06-19 16:33:52.000000000 -0400
 
4
+++ netcat-openbsd-1.89/netcat.c        2008-06-19 16:34:58.000000000 -0400
 
5
@@ -364,7 +364,7 @@
 
6
                                continue;
 
7
 
 
8
                        ret = 0;
 
9
-                       if (vflag || zflag) {
 
10
+                       if (vflag) {
 
11
                                /* For UDP, make sure we are connected. */
 
12
                                if (uflag) {
 
13
                                        if (udptest(s) == -1) {