drop "punt" message when using CTRL+C
Most distros have patched this out, so might as well do it here too.
This commit is contained in:
parent
84f88ce209
commit
c037092c97
2
netcat.c
2
netcat.c
|
@ -241,7 +241,7 @@ void catch ()
|
||||||
errno = 0;
|
errno = 0;
|
||||||
if (o_verbose > 1) /* normally we don't care */
|
if (o_verbose > 1) /* normally we don't care */
|
||||||
bail (wrote_txt, wrote_net, wrote_out);
|
bail (wrote_txt, wrote_net, wrote_out);
|
||||||
bail (" punt!");
|
bail ("");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* timeout and other signal handling cruft */
|
/* timeout and other signal handling cruft */
|
||||||
|
|
Loading…
Reference in New Issue