[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.375 and 1.376

version 1.375, 2022/01/06 21:57:28 version 1.376, 2022/01/11 01:26:47
Line 1422 
Line 1422 
          * In interactive mode (with pseudo tty) display a message indicating           * In interactive mode (with pseudo tty) display a message indicating
          * that the connection has been closed.           * that the connection has been closed.
          */           */
         if (have_pty && options.log_level != SYSLOG_LEVEL_QUIET) {          if (have_pty && options.log_level >= SYSLOG_LEVEL_INFO) {
                 if ((r = sshbuf_putf(stderr_buffer,                  if ((r = sshbuf_putf(stderr_buffer,
                     "Connection to %.64s closed.\r\n", host)) != 0)                      "Connection to %.64s closed.\r\n", host)) != 0)
                         fatal_fr(r, "sshbuf_putf");                          fatal_fr(r, "sshbuf_putf");

Legend:
Removed from v.1.375  
changed lines
  Added in v.1.376