conf: make xtinyproxy BOOL in the directives array, too
Michael
This commit is contained in:
parent
c8a0a1efdc
commit
7710dc4a8c
@ -178,7 +178,7 @@ struct {
|
|||||||
STDCONF ("defaulterrorfile", STR, handle_defaulterrorfile),
|
STDCONF ("defaulterrorfile", STR, handle_defaulterrorfile),
|
||||||
STDCONF ("statfile", STR, handle_statfile),
|
STDCONF ("statfile", STR, handle_statfile),
|
||||||
STDCONF ("stathost", STR, handle_stathost),
|
STDCONF ("stathost", STR, handle_stathost),
|
||||||
STDCONF ("xtinyproxy", STR, handle_xtinyproxy),
|
STDCONF ("xtinyproxy", BOOL, handle_xtinyproxy),
|
||||||
/* boolean arguments */
|
/* boolean arguments */
|
||||||
STDCONF ("syslog", BOOL, handle_syslog),
|
STDCONF ("syslog", BOOL, handle_syslog),
|
||||||
STDCONF ("bindsame", BOOL, handle_bindsame),
|
STDCONF ("bindsame", BOOL, handle_bindsame),
|
||||||
|
Loading…
Reference in New Issue
Block a user