summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
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 73c07c2fe..37f607772 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.78 2001/04/15 21:28:35 stevesk Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.79 2001/05/03 21:43:01 stevesk Exp $");
14 14
15#ifdef KRB4 15#ifdef KRB4
16#include <krb.h> 16#include <krb.h>
@@ -401,7 +401,7 @@ read_server_config(ServerOptions *options, const char *filename)
401 continue; 401 continue;
402 if (options->listen_addrs != NULL) 402 if (options->listen_addrs != NULL)
403 fatal("%s line %d: ports must be specified before " 403 fatal("%s line %d: ports must be specified before "
404 "ListenAdress.\n", filename, linenum); 404 "ListenAdress.", filename, linenum);
405 if (options->num_ports >= MAX_PORTS) 405 if (options->num_ports >= MAX_PORTS)
406 fatal("%s line %d: too many ports.", 406 fatal("%s line %d: too many ports.",
407 filename, linenum); 407 filename, linenum);