diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c index e3939df40..2510659ee 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.115 2002/09/04 18:52:42 stevesk Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.116 2003/02/21 09:05:53 markus Exp $"); |
14 | 14 | ||
15 | #if defined(KRB4) | 15 | #if defined(KRB4) |
16 | #include <krb.h> | 16 | #include <krb.h> |
@@ -935,6 +935,7 @@ read_server_config(ServerOptions *options, const char *filename) | |||
935 | char line[1024]; | 935 | char line[1024]; |
936 | FILE *f; | 936 | FILE *f; |
937 | 937 | ||
938 | debug2("read_server_config: filename %s", filename); | ||
938 | f = fopen(filename, "r"); | 939 | f = fopen(filename, "r"); |
939 | if (!f) { | 940 | if (!f) { |
940 | perror(filename); | 941 | perror(filename); |