summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index b2123c6c7..d77694476 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.236 2013/05/16 09:12:31 dtucker Exp $ */ 2/* $OpenBSD: servconf.c,v 1.237 2013/05/16 10:43:34 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
@@ -812,13 +812,13 @@ process_server_config_line(ServerOptions *options, char *line,
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, *endofnumber;
815 int cmdline = 0, *intptr, value, value2, n, port, scale; 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;
818 ServerOpCodes opcode; 818 ServerOpCodes opcode;
819 u_int i, flags = 0; 819 u_int i, flags = 0;
820 size_t len; 820 size_t len;
821 long long orig, val64; 821 long long val64;
822 const struct multistate *multistate_ptr; 822 const struct multistate *multistate_ptr;
823 823
824 cp = line; 824 cp = line;