]> diplodocus.org Git - nmh/commitdiff
Removed exit() after a longjmp() in uip/sendsbr.c to quiet
authorDavid Levine <levinedl@acm.org>
Sun, 30 Jun 2013 23:11:43 +0000 (18:11 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 30 Jun 2013 23:11:43 +0000 (18:11 -0500)
compile warning on Solaris 11.

uip/sendsbr.c

index 5ca584abc8481129a7986db6ac3373ce6047ca81..a4505ada3f42ee93166b393e98ff1396e23b917c 100644 (file)
@@ -1135,6 +1135,4 @@ static void
 armed_done (int status)
 {
     longjmp (env, status ? status : NOTOK);
-
-    exit (status);
 }