diff options
Diffstat (limited to 'usr.bin/ssh/sshd.c')
-rw-r--r-- | usr.bin/ssh/sshd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index 0ef16630674..88dd5b65b3c 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -42,7 +42,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.237 2002/03/21 21:23:34 markus Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.238 2002/03/23 20:57:26 stevesk Exp $"); #include <openssl/dh.h> #include <openssl/bn.h> @@ -579,6 +579,7 @@ privsep_preauth(void) /* Demote the child */ if (getuid() == 0 || geteuid() == 0) privsep_preauth_child(); + setproctitle("%s", "[net]"); } return (NULL); } |