=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.467 retrieving revision 1.468 diff -u -r1.467 -r1.468 --- src/usr.bin/ssh/ssh.c 2017/10/25 00:21:37 1.467 +++ src/usr.bin/ssh/ssh.c 2017/10/27 01:57:06 1.468 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.467 2017/10/25 00:21:37 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.468 2017/10/27 01:57:06 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -992,9 +992,9 @@ if (logfile != NULL) log_redirect_stderr_to(logfile); log_init(argv0, - options.log_level == SYSLOG_LEVEL_NOT_SET ? + options.log_level == SYSLOG_LEVEL_NOT_SET ? SYSLOG_LEVEL_INFO : options.log_level, - options.log_facility == SYSLOG_FACILITY_NOT_SET ? + options.log_facility == SYSLOG_FACILITY_NOT_SET ? SYSLOG_FACILITY_USER : options.log_facility, !use_syslog); @@ -1033,7 +1033,7 @@ * If CanonicalizePermittedCNAMEs have been specified but * other canonicalization did not happen (by not being requested * or by failing with fallback) then the hostname may still be changed - * as a result of CNAME following. + * as a result of CNAME following. * * Try to resolve the bare hostname name using the system resolver's * usual search rules and then apply the CNAME follow rules. @@ -1528,7 +1528,7 @@ channel_update_permitted_opens(ssh, rfwd->handle, -1); } } - + if (type == SSH2_MSG_REQUEST_FAILURE) { if (options.exit_on_forward_failure) { if (rfwd->listen_path != NULL) @@ -1656,7 +1656,7 @@ else error("Could not request tunnel forwarding."); } - } + } } static void