diff options
author | mouring <mouring> | 2001-03-05 05:07:52 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-03-05 05:07:52 +0000 |
commit | f56502de6b5145feb88c6b044bdb8dbb6bae6a9c (patch) | |
tree | 15ed95d386821e1c266a6d5fe9b9c794003807a2 /servconf.c | |
parent | 615d21e3a406d4f5c86d3a1fe015ae18dae86793 (diff) | |
download | openssh-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); } |