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

Diff for /src/usr.bin/ssh/session.c between version 1.285 and 1.286

version 1.285, 2016/08/23 16:21:45 version 1.286, 2016/11/30 03:00:05
Line 239 
Line 239 
   
         /* setup the channel layer */          /* setup the channel layer */
         /* XXX - streamlocal? */          /* XXX - streamlocal? */
         if (no_port_forwarding_flag ||          if (no_port_forwarding_flag || options.disable_forwarding ||
             (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)              (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
                 channel_disable_adm_local_opens();                  channel_disable_adm_local_opens();
         else          else

Legend:
Removed from v.1.285  
changed lines
  Added in v.1.286