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

Diff for /src/usr.bin/ssh/ssh.c between version 1.35 and 1.36

version 1.35, 1999/12/01 13:59:15 version 1.36, 1999/12/12 19:20:03
Line 728 
Line 728 
                       options.local_forwards[i].host_port);                        options.local_forwards[i].host_port);
                 channel_request_local_forwarding(options.local_forwards[i].port,                  channel_request_local_forwarding(options.local_forwards[i].port,
                                                  options.local_forwards[i].host,                                                   options.local_forwards[i].host,
                                                  options.local_forwards[i].host_port);                                                   options.local_forwards[i].host_port,
                                                    options.gateway_ports);
         }          }
   
         /* Initiate remote TCP/IP port forwardings. */          /* Initiate remote TCP/IP port forwardings. */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36