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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.29 and 1.30

version 1.29, 2005/03/01 10:09:52 version 1.30, 2005/03/10 22:01:05
Line 255 
Line 255 
                                 xfree(patterns);                                  xfree(patterns);
                                 goto bad_option;                                  goto bad_option;
                         }                          }
                         host = cleanhostname(host);                          host = cleanhostname(host);
                         if (p == NULL || (port = a2port(p)) == 0) {                          if (p == NULL || (port = a2port(p)) == 0) {
                                 debug("%.100s, line %lu: Bad permitopen port "                                  debug("%.100s, line %lu: Bad permitopen port "
                                     "<%.100s>", file, linenum, p ? p : "");                                      "<%.100s>", file, linenum, p ? p : "");
                                 auth_debug_add("%.100s, line %lu: "                                  auth_debug_add("%.100s, line %lu: "

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30