Revert conf.c: move boolean arguments comment before BOOL group

This commit is contained in:
Ivan Wick 2023-05-23 06:32:51 -07:00
parent 247e346a6f
commit a806636f33

View File

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