X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6fc2909634fb431c65ecfa8b6db4f6519f99b389..8a260e95d18fbaee659cd6ed662e97e0c10fcdf0:/uip/rcvtty.c diff --git a/uip/rcvtty.c b/uip/rcvtty.c index d32a1baa..291cb69c 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -198,7 +198,8 @@ message_fd (char **vec) /* fork error */ close (fd); return header_fd (); - } else if (child_id) { + } + if (child_id) { /* parent process */ if (!setjmp (myctx)) { SIGNAL (SIGALRM, alrmser);