]> diplodocus.org Git - nmh/blobdiff - uip/sendsbr.c
Added script name to test-mhfixmsg printout.
[nmh] / uip / sendsbr.c
index 10b5f9bd1f99425128b617764e1f5a9bf350f226..a4505ada3f42ee93166b393e98ff1396e23b917c 100644 (file)
@@ -10,7 +10,6 @@
 #include <h/mh.h>
 #include <h/signals.h>
 #include <setjmp.h>
-#include <signal.h>
 #include <fcntl.h>
 #include <h/mime.h>
 #include <h/tws.h>
@@ -1136,6 +1135,4 @@ static void
 armed_done (int status)
 {
     longjmp (env, status ? status : NOTOK);
-
-    exit (status);
 }