[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.67 and 1.68

version 1.67, 2001/02/12 16:16:23 version 1.68, 2001/02/22 04:29:37
Line 414 
Line 414 
                 case sHostKeyFile:                  case sHostKeyFile:
                         intptr = &options->num_host_key_files;                          intptr = &options->num_host_key_files;
                         if (*intptr >= MAX_HOSTKEYS) {                          if (*intptr >= MAX_HOSTKEYS) {
                                 fprintf(stderr, "%s line %d: to many host keys specified (max %d).\n",                                  fprintf(stderr,
                                       "%s line %d: too many host keys specified (max %d).\n",
                                     filename, linenum, MAX_HOSTKEYS);                                      filename, linenum, MAX_HOSTKEYS);
                                 exit(1);                                  exit(1);
                         }                          }

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68