summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2011-05-06 21:38:58 +0000
committerdjm <djm@openbsd.org>2011-05-06 21:38:58 +0000
commit628c84d72579e75d3924f8a58ebf6b8e23cc8353 (patch)
tree8a88151b7d04a28d1a1e6949a70c6082a04e24ca /usr.bin/ssh/ssh.c
parentAdd a RequestTTY ssh_config option to allow configuration-based (diff)
downloadwireguard-openbsd-628c84d72579e75d3924f8a58ebf6b8e23cc8353.tar.xz
wireguard-openbsd-628c84d72579e75d3924f8a58ebf6b8e23cc8353.zip
fix dropping from previous diff
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index a0c5991e52f..3340c4b7533 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/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
@@ -1367,7 +1367,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;