[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.248 and 1.249

version 1.248, 2005/07/16 01:35:24 version 1.249, 2005/07/30 01:26:16
Line 434 
Line 434 
                                 fwd.listen_host = cleanhostname(fwd.listen_host);                                  fwd.listen_host = cleanhostname(fwd.listen_host);
                         } else {                          } else {
                                 fwd.listen_port = a2port(fwd.listen_host);                                  fwd.listen_port = a2port(fwd.listen_host);
                                 fwd.listen_host = "";                                  fwd.listen_host = NULL;
                         }                          }
   
                         if (fwd.listen_port == 0) {                          if (fwd.listen_port == 0) {

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249