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:
Mike Frysinger 2018-01-11 03:20:55 +00:00
parent 84f88ce209
commit c037092c97
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void catch ()
errno = 0;
if (o_verbose > 1) /* normally we don't care */
bail (wrote_txt, wrote_net, wrote_out);
bail (" punt!");
bail ("");
}
/* timeout and other signal handling cruft */