[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.30 and 1.31

version 1.30, 2005/03/10 22:01:05 version 1.31, 2005/03/10 22:40:38
Line 247 
Line 247 
                         host = hpdelim(&p);                          host = hpdelim(&p);
                         if (host == NULL || strlen(host) >= NI_MAXHOST) {                          if (host == NULL || strlen(host) >= NI_MAXHOST) {
                                 debug("%.100s, line %lu: Bad permitopen "                                  debug("%.100s, line %lu: Bad permitopen "
                                     "specification <%.100s>", file, linenum,                                      "specification <%.100s>", file, linenum,
                                     patterns);                                      patterns);
                                 auth_debug_add("%.100s, line %lu: "                                  auth_debug_add("%.100s, line %lu: "
                                     "Bad permitopen specification", file,                                      "Bad permitopen specification", file,

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