diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshd.c,v 1.346 2006/08/18 09:13:26 deraadt Exp $ */ | 1 | /* $OpenBSD: sshd.c,v 1.347 2006/08/18 09:15:20 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1800,6 +1800,7 @@ main(int ac, char **av) | |||
1800 | */ | 1800 | */ |
1801 | alarm(0); | 1801 | alarm(0); |
1802 | signal(SIGALRM, SIG_DFL); | 1802 | signal(SIGALRM, SIG_DFL); |
1803 | authctxt->authenticated = 1; | ||
1803 | if (startup_pipe != -1) { | 1804 | if (startup_pipe != -1) { |
1804 | close(startup_pipe); | 1805 | close(startup_pipe); |
1805 | startup_pipe = -1; | 1806 | startup_pipe = -1; |