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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.202 and 1.203

version 1.202, 2008/10/30 19:31:16 version 1.203, 2008/11/01 17:40:33
Line 833 
Line 833 
                 }                  }
                 channel_request_rforward_cancel(cancel_host, cancel_port);                  channel_request_rforward_cancel(cancel_host, cancel_port);
         } else {          } else {
                 if (!parse_forward(&fwd, s)) {                  if (!parse_forward(&fwd, s, 0)) {
                         logit("Bad forwarding specification.");                          logit("Bad forwarding specification.");
                         goto out;                          goto out;
                 }                  }

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203