]> andersk Git - openssh.git/blobdiff - sshd.c
- (djm) OpenBSD CVS Sync
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index 3247091a4c1fd6ccba844d142d5a01f440138aa7..9462bf0af185ed78a641543f3aeb947c5f3e9296 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.287 2004/02/25 00:22:45 djm Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.288 2004/03/03 06:47:52 markus Exp $");
 
 #include <openssl/dh.h>
 #include <openssl/bn.h>
@@ -1390,6 +1390,7 @@ main(int ac, char **av)
        }
 
        /* This is the child processing a new connection. */
+       setproctitle("%s", "[accepted]");
 
        /*
         * Create a new session and process group since the 4.4BSD
This page took 0.466884 seconds and 4 git commands to generate.