summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 05:07:52 +0000
committermouring <mouring>2001-03-05 05:07:52 +0000
commitf56502de6b5145feb88c6b044bdb8dbb6bae6a9c (patch)
tree15ed95d386821e1c266a6d5fe9b9c794003807a2 /servconf.c
parent615d21e3a406d4f5c86d3a1fe015ae18dae86793 (diff)
downloadopenssh-f56502de6b5145feb88c6b044bdb8dbb6bae6a9c.tar.gz
- deraadt@cvs.openbsd.org 2001/02/22 04:29:37
[servconf.c] grammar; slade@shore.net
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 27c8671c..fdadea70 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.67 2001/02/12 16:16:23 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.68 2001/02/22 04:29:37 deraadt Exp $");
#ifdef KRB4
#include <krb.h>
@@ -414,7 +414,8 @@ parse_int:
case sHostKeyFile:
intptr = &options->num_host_key_files;
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);
exit(1);
}