=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.441 retrieving revision 1.442 diff -u -r1.441 -r1.442 --- src/usr.bin/ssh/ssh.c 2016/06/03 03:14:41 1.441 +++ src/usr.bin/ssh/ssh.c 2016/06/03 04:09:39 1.442 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.441 2016/06/03 03:14:41 dtucker Exp $ */ +/* $OpenBSD: ssh.c,v 1.442 2016/06/03 04:09:39 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -752,8 +752,6 @@ } options.request_tty = REQUEST_TTY_NO; no_shell_flag = 1; - options.clear_forwardings = 1; - options.exit_on_forward_failure = 1; break; case 'q': options.log_level = SYSLOG_LEVEL_QUIET;