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

Diff for /src/usr.bin/ssh/channels.c between version 1.400 and 1.401

version 1.400, 2020/07/03 07:17:35 version 1.401, 2020/07/03 07:25:18
Line 593 
Line 593 
   
         if (c->type == SSH_CHANNEL_MUX_CLIENT)          if (c->type == SSH_CHANNEL_MUX_CLIENT)
                 mux_remove_remote_forwardings(ssh, c);                  mux_remove_remote_forwardings(ssh, c);
           else if (c->type == SSH_CHANNEL_MUX_LISTENER) {
                   free(c->mux_ctx);
                   c->mux_ctx = NULL;
           }
   
         if (log_level_get() >= SYSLOG_LEVEL_DEBUG3) {          if (log_level_get() >= SYSLOG_LEVEL_DEBUG3) {
                 s = channel_open_message(ssh);                  s = channel_open_message(ssh);

Legend:
Removed from v.1.400  
changed lines
  Added in v.1.401