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

Diff for /src/usr.bin/ssh/mux.c between version 1.37 and 1.38

version 1.37, 2012/08/17 00:45:45 version 1.38, 2013/01/02 00:32:07
Line 721 
Line 721 
         }          }
   
         if (ftype == MUX_FWD_LOCAL || ftype == MUX_FWD_DYNAMIC) {          if (ftype == MUX_FWD_LOCAL || ftype == MUX_FWD_DYNAMIC) {
                 if (channel_setup_local_fwd_listener(fwd.listen_host,                  if (!channel_setup_local_fwd_listener(fwd.listen_host,
                     fwd.listen_port, fwd.connect_host, fwd.connect_port,                      fwd.listen_port, fwd.connect_host, fwd.connect_port,
                     options.gateway_ports) < 0) {                      options.gateway_ports)) {
  fail:   fail:
                         logit("slave-requested %s failed", fwd_desc);                          logit("slave-requested %s failed", fwd_desc);
                         buffer_put_int(r, MUX_S_FAILURE);                          buffer_put_int(r, MUX_S_FAILURE);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38