diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c index ea67f6288..02fae0fbe 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.134 2004/06/24 19:30:54 djm Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.135 2004/07/11 17:48:47 deraadt Exp $"); |
14 | 14 | ||
15 | #include "ssh.h" | 15 | #include "ssh.h" |
16 | #include "log.h" | 16 | #include "log.h" |
@@ -956,7 +956,7 @@ load_server_config(const char *filename, Buffer *conf) | |||
956 | while (fgets(line, sizeof(line), f)) { | 956 | while (fgets(line, sizeof(line), f)) { |
957 | /* | 957 | /* |
958 | * Trim out comments and strip whitespace | 958 | * Trim out comments and strip whitespace |
959 | * NB - preserve newlines, they are needed to reproduce | 959 | * NB - preserve newlines, they are needed to reproduce |
960 | * line numbers later for error messages | 960 | * line numbers later for error messages |
961 | */ | 961 | */ |
962 | if ((cp = strchr(line, '#')) != NULL) | 962 | if ((cp = strchr(line, '#')) != NULL) |