Revert conf.c: move boolean arguments comment before BOOL group
This commit is contained in:
parent
247e346a6f
commit
a806636f33
@ -199,8 +199,8 @@ struct {
|
||||
STDCONF (defaulterrorfile, STR, handle_defaulterrorfile),
|
||||
STDCONF (statfile, STR, handle_statfile),
|
||||
STDCONF (stathost, STR, handle_stathost),
|
||||
/* boolean arguments */
|
||||
STDCONF (xtinyproxy, BOOL, handle_xtinyproxy),
|
||||
/* boolean arguments */
|
||||
STDCONF (syslog, BOOL, handle_syslog),
|
||||
STDCONF (bindsame, BOOL, handle_bindsame),
|
||||
STDCONF (disableviaheader, BOOL, handle_disableviaheader),
|
||||
|
Loading…
Reference in New Issue
Block a user