From a806636f330c8ba0c71def16ab9e5d72e22f6785 Mon Sep 17 00:00:00 2001 From: Ivan Wick Date: Tue, 23 May 2023 06:32:51 -0700 Subject: [PATCH] Revert conf.c: move boolean arguments comment before BOOL group --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index c0f9e75..257cafe 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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),