conf: make xtinyproxy BOOL in the directives array, too

Michael
This commit is contained in:
Michael Adam 2009-09-27 12:48:48 +02:00
parent c8a0a1efdc
commit 7710dc4a8c

View File

@ -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),