summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:35:09 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:35:09 +1100
commit4fbf08a8f0cf54a2e75cd003a32cf3c04c5642e6 (patch)
tree98fc7215165c1ba03ca4835e8d9bf789fe4f338c /servconf.c
parent73f1074272add17aeaaff10c5ec6ab310e513d9d (diff)
- stevesk@cvs.openbsd.org 2002/01/22 02:52:41
[servconf.c] typo in error message; from djast@cs.toronto.edu
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 445d2da79..0cb744a1d 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.97 2002/01/04 18:14:16 stevesk Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.98 2002/01/22 02:52:41 stevesk Exp $");
14 14
15#if defined(KRB4) || defined(KRB5) 15#if defined(KRB4) || defined(KRB5)
16#include <krb.h> 16#include <krb.h>
@@ -429,7 +429,7 @@ process_server_config_line(ServerOptions *options, char *line,
429 return 0; 429 return 0;
430 if (options->listen_addrs != NULL) 430 if (options->listen_addrs != NULL)
431 fatal("%s line %d: ports must be specified before " 431 fatal("%s line %d: ports must be specified before "
432 "ListenAdress.", filename, linenum); 432 "ListenAddress.", filename, linenum);
433 if (options->num_ports >= MAX_PORTS) 433 if (options->num_ports >= MAX_PORTS)
434 fatal("%s line %d: too many ports.", 434 fatal("%s line %d: too many ports.",
435 filename, linenum); 435 filename, linenum);