diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c index 27c8671cf..fdadea70d 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | RCSID("$OpenBSD: servconf.c,v 1.67 2001/02/12 16:16:23 markus Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.68 2001/02/22 04:29:37 deraadt Exp $"); |
14 | 14 | ||
15 | #ifdef KRB4 | 15 | #ifdef KRB4 |
16 | #include <krb.h> | 16 | #include <krb.h> |
@@ -414,7 +414,8 @@ parse_int: | |||
414 | case sHostKeyFile: | 414 | case sHostKeyFile: |
415 | intptr = &options->num_host_key_files; | 415 | intptr = &options->num_host_key_files; |
416 | if (*intptr >= MAX_HOSTKEYS) { | 416 | if (*intptr >= MAX_HOSTKEYS) { |
417 | fprintf(stderr, "%s line %d: to many host keys specified (max %d).\n", | 417 | fprintf(stderr, |
418 | "%s line %d: too many host keys specified (max %d).\n", | ||
418 | filename, linenum, MAX_HOSTKEYS); | 419 | filename, linenum, MAX_HOSTKEYS); |
419 | exit(1); | 420 | exit(1); |
420 | } | 421 | } |