summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-12 01:45:27 +0200
committerDamien Miller <djm@mindrot.org>2000-07-12 01:45:27 +0200
commit182ee6e6d9b13f0a117a19bd4b9e3318a74233eb (patch)
tree016940bacc612da29db1b463cd0684f74796f697 /sshd.c
parent - (djm) Remove libsocket from ReliantUnix link list (avoids warning). (diff)
downloadopenssh-182ee6e6d9b13f0a117a19bd4b9e3318a74233eb.tar.xz
openssh-182ee6e6d9b13f0a117a19bd4b9e3318a74233eb.zip
- (djm) OpenBSD CVS Updates:
- deraadt@cvs.openbsd.org 2000/07/11 02:11:34 [session.c sshd.c ] make MaxStartups code still work with -d; djm - deraadt@cvs.openbsd.org 2000/07/11 13:17:45 [readconf.c ssh_config] disable FallBackToRsh by default
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index e53629d4b..cab0dd6f1 100644
--- a/sshd.c
+++ b/sshd.c
@@ -14,7 +14,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.121 2000/07/05 21:35:56 provos Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.122 2000/07/11 08:11:34 deraadt Exp $");
#include "xmalloc.h"
#include "rsa.h"
@@ -854,8 +854,8 @@ main(int ac, char **av)
close_listen_socks();
sock_in = newsock;
sock_out = newsock;
- pid = getpid();
startup_pipe = -1;
+ pid = getpid();
break;
} else {
/*