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 36b97a550..fae3c658e 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.136 2004/08/11 11:09:54 dtucker Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.137 2004/08/13 11:09:24 dtucker Exp $");
14 14
15#include "ssh.h" 15#include "ssh.h"
16#include "log.h" 16#include "log.h"
@@ -979,7 +979,7 @@ parse_server_config(ServerOptions *options, const char *filename, Buffer *conf)
979 debug2("%s: config %s len %d", __func__, filename, buffer_len(conf)); 979 debug2("%s: config %s len %d", __func__, filename, buffer_len(conf));
980 980
981 obuf = cbuf = xstrdup(buffer_ptr(conf)); 981 obuf = cbuf = xstrdup(buffer_ptr(conf));
982 linenum = 0; 982 linenum = 1;
983 while((cp = strsep(&cbuf, "\n")) != NULL) { 983 while((cp = strsep(&cbuf, "\n")) != NULL) {
984 if (process_server_config_line(options, cp, filename, 984 if (process_server_config_line(options, cp, filename,
985 linenum++) != 0) 985 linenum++) != 0)