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

Diff for /src/usr.bin/ssh/readconf.c between version 1.162 and 1.163

version 1.162, 2007/03/20 03:56:12 version 1.163, 2007/10/22 19:10:24
Line 1250 
Line 1250 
   
         xfree(p);          xfree(p);
   
         if (fwd->listen_port == 0 && fwd->connect_port == 0)          if (fwd->listen_port == 0 || fwd->connect_port == 0)
                 goto fail_free;                  goto fail_free;
   
         if (fwd->connect_host != NULL &&          if (fwd->connect_host != NULL &&

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163