summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:48:57 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:48:57 +1000
commit09c0f0325b2f538de9a1073e03b8ef26dece4c16 (patch)
tree11bcf2fac86c5b9adeab053100c096a3ad445072 /servconf.c
parent9113d0c2381202412c912a20c8083ab7d6824ec9 (diff)
- dtucker@cvs.openbsd.org 2013/05/16 10:44:06
[servconf.c] remove another now-unused variable
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;