[BACK]Return to clientloop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/clientloop.c between version 1.311 and 1.312

version 1.311, 2018/02/11 21:16:56 version 1.312, 2018/04/10 00:10:49
Line 655 
Line 655 
             options.request_tty == REQUEST_TTY_YES))              options.request_tty == REQUEST_TTY_YES))
                 cr->action = CONFIRM_CLOSE;                  cr->action = CONFIRM_CLOSE;
   
         /* XXX supress on mux _client_ quietmode */          /* XXX suppress on mux _client_ quietmode */
         tochan = options.log_level >= SYSLOG_LEVEL_ERROR &&          tochan = options.log_level >= SYSLOG_LEVEL_ERROR &&
             c->ctl_chan != -1 && c->extended_usage == CHAN_EXTENDED_WRITE;              c->ctl_chan != -1 && c->extended_usage == CHAN_EXTENDED_WRITE;
   

Legend:
Removed from v.1.311  
changed lines
  Added in v.1.312