summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authordjm <djm>2011-05-14 22:46:29 +0000
committerdjm <djm>2011-05-14 22:46:29 +0000
commit0e930615bed10849cc4b6f882a5516c31e0d4f93 (patch)
tree9b35bfec4ef642bc2a1d8e6491e96b6ab3ec3361 /ssh.c
parent157902ad825a0d9a314eb3224e1074b57204458d (diff)
downloadopenssh-0e930615bed10849cc4b6f882a5516c31e0d4f93.tar.gz
- djm@cvs.openbsd.org 2011/05/06 21:38:58
[ssh.c] fix dropping from previous diff
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 7243fa2a..6080c0c2 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.359 2011/05/06 21:34:32 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.360 2011/05/06 21:38:58 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1401,7 +1401,6 @@ ssh_session2(void)
otty_flag = tty_flag;
stdin_null_flag = 1;
no_shell_flag = 1;
- options.request_tty == REQUEST_TTY_NO;
tty_flag = 0;
if (!fork_after_authentication_flag)
need_controlpersist_detach = 1;