Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247e346 commit a806636Copy full SHA for a806636
src/conf.c
@@ -199,8 +199,8 @@ struct {
199
STDCONF (defaulterrorfile, STR, handle_defaulterrorfile),
200
STDCONF (statfile, STR, handle_statfile),
201
STDCONF (stathost, STR, handle_stathost),
202
- /* boolean arguments */
203
STDCONF (xtinyproxy, BOOL, handle_xtinyproxy),
+ /* boolean arguments */
204
STDCONF (syslog, BOOL, handle_syslog),
205
STDCONF (bindsame, BOOL, handle_bindsame),
206
STDCONF (disableviaheader, BOOL, handle_disableviaheader),
0 commit comments