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 d77694476..90f6d4653 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.237 2013/05/16 10:43:34 dtucker Exp $ */ 2/* $OpenBSD: servconf.c,v 1.238 2013/05/16 10:44:06 dtucker Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -811,7 +811,7 @@ process_server_config_line(ServerOptions *options, char *line,
811 const char *filename, int linenum, int *activep, 811 const char *filename, int linenum, int *activep,
812 struct connection_info *connectinfo) 812 struct connection_info *connectinfo)
813{ 813{
814 char *cp, **charptr, *arg, *p, *endofnumber; 814 char *cp, **charptr, *arg, *p;
815 int cmdline = 0, *intptr, value, value2, n, port; 815 int cmdline = 0, *intptr, value, value2, n, port;
816 SyslogFacility *log_facility_ptr; 816 SyslogFacility *log_facility_ptr;
817 LogLevel *log_level_ptr; 817 LogLevel *log_level_ptr;