diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2011-05-06 21:38:59 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2011-05-06 21:38:59 +0000 |
commit | 48ec8133dd96f51a40c705f3d44cd81b633693e6 (patch) | |
tree | cb16e365c2e87531635acb8e9c69f60b8e10a896 /usr.bin | |
parent | 2c06b341f0944bbedfddcf8153c370152ae1e82f (diff) |
fix dropping from previous diff
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.c | 3 |
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; |