X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/076ae92c32dafef1186ccda90df6d635bf0170c4..d9b06a2d1c63996e5d1d2acf20bbb48cc4fe1336:/usr/src/libexec/telnetd/telnetd.c diff --git a/usr/src/libexec/telnetd/telnetd.c b/usr/src/libexec/telnetd/telnetd.c index 35836d65b4..a2d93ce7c8 100644 --- a/usr/src/libexec/telnetd/telnetd.c +++ b/usr/src/libexec/telnetd/telnetd.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)telnetd.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)telnetd.c 5.4 (Berkeley) %G%"; #endif not lint /* @@ -577,7 +577,6 @@ cleanup() rmut(); vhangup(); /* XXX */ shutdown(net, 2); - kill(0, SIGKILL); exit(1); }