[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.361 and 1.362

version 1.361, 2017/05/26 19:35:50 version 1.362, 2017/05/30 08:49:58
Line 3158 
Line 3158 
                 return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts);                  return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts);
 }  }
   
 /* protocol local port fwd, used by ssh (and sshd in v1) */  /* protocol local port fwd, used by ssh */
 int  int
 channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts)  channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts)
 {  {

Legend:
Removed from v.1.361  
changed lines
  Added in v.1.362