commit | 5f42d2686559e8c14a08fce59fbbb0e77e584d7a | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 05 20:57:10 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 05 20:57:10 2007 +0000 |
tree | 9ddb8e624f7dc2206b6d8b4d8ca89b35bea22eab | |
parent | 29fe7265b8c1917ebc03283f22a3eb61e9195979 [diff] [blame] |
nc: missed exit() in signal handler
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 260d205..ca5dd1b 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c
@@ -154,6 +154,7 @@ if (o_verbose > 1) /* normally we don't care */ fprintf(stderr, SENT_N_RECV_M, wrote_net, wrote_out); fprintf(stderr, "punt!\n"); + exit(1); } /* timeout and other signal handling cruft */