aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/nc_bloaty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c
index 260d2057a..ca5dd1bf7 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -154,6 +154,7 @@ static void catch(int sig)
154 if (o_verbose > 1) /* normally we don't care */ 154 if (o_verbose > 1) /* normally we don't care */
155 fprintf(stderr, SENT_N_RECV_M, wrote_net, wrote_out); 155 fprintf(stderr, SENT_N_RECV_M, wrote_net, wrote_out);
156 fprintf(stderr, "punt!\n"); 156 fprintf(stderr, "punt!\n");
157 exit(1);
157} 158}
158 159
159/* timeout and other signal handling cruft */ 160/* timeout and other signal handling cruft */