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

Diff for /src/usr.bin/ssh/servconf.c between version 1.70 and 1.71

version 1.70, 2001/03/04 17:42:28 version 1.71, 2001/03/05 15:44:51
Line 442 
Line 442 
                         intptr = &options->permit_root_login;                          intptr = &options->permit_root_login;
                         arg = strdelim(&cp);                          arg = strdelim(&cp);
                         if (!arg || *arg == '\0') {                          if (!arg || *arg == '\0') {
                                 fprintf(stderr, "%s line %d: missing yes/without-password/no argument.\n",                                  fprintf(stderr, "%s line %d: missing yes/"
                                         filename, linenum);                                      "without-password/forced-commands-only/no "
                                       "argument.\n", filename, linenum);
                                 exit(1);                                  exit(1);
                         }                          }
                         if (strcmp(arg, "without-password") == 0)                          if (strcmp(arg, "without-password") == 0)

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71