summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 3247091a4..9462bf0af 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.287 2004/02/25 00:22:45 djm Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.288 2004/03/03 06:47:52 markus Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -1390,6 +1390,7 @@ main(int ac, char **av)
1390 } 1390 }
1391 1391
1392 /* This is the child processing a new connection. */ 1392 /* This is the child processing a new connection. */
1393 setproctitle("%s", "[accepted]");
1393 1394
1394 /* 1395 /*
1395 * Create a new session and process group since the 4.4BSD 1396 * Create a new session and process group since the 4.4BSD