From 7710dc4a8c6f1f1e823e64740a9bbe2366923af2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 27 Sep 2009 12:48:48 +0200 Subject: conf: make xtinyproxy BOOL in the directives array, too Michael --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf.c b/src/conf.c index 99d8c84..5c70fb3 100644 --- a/src/conf.c +++ b/src/conf.c @@ -178,7 +178,7 @@ struct { STDCONF ("defaulterrorfile", STR, handle_defaulterrorfile), STDCONF ("statfile", STR, handle_statfile), STDCONF ("stathost", STR, handle_stathost), - STDCONF ("xtinyproxy", STR, handle_xtinyproxy), + STDCONF ("xtinyproxy", BOOL, handle_xtinyproxy), /* boolean arguments */ STDCONF ("syslog", BOOL, handle_syslog), STDCONF ("bindsame", BOOL, handle_bindsame), -- cgit v1.2.3