diff options
author | Michael Adam <obnox@samba.org> | 2009-09-27 12:48:48 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-27 12:48:48 +0200 |
commit | 7710dc4a8c6f1f1e823e64740a9bbe2366923af2 (patch) | |
tree | 74c389f40a11be4edd344ce8e14a34daecae0a9b /src | |
parent | c8a0a1efdc6fbe42cfefbba8685b5d9bb9c06aed (diff) | |
download | tinyproxy-7710dc4a8c6f1f1e823e64740a9bbe2366923af2.tar.gz tinyproxy-7710dc4a8c6f1f1e823e64740a9bbe2366923af2.zip |
conf: make xtinyproxy BOOL in the directives array, too
Michael
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ struct { STDCONF ("defaulterrorfile", STR, handle_defaulterrorfile), STDCONF ("statfile", STR, handle_statfile), STDCONF ("stathost", STR, handle_stathost), - STDCONF ("xtinyproxy", STR, handle_xtinyproxy), + STDCONF ("xtinyproxy", BOOL, handle_xtinyproxy), /* boolean arguments */ STDCONF ("syslog", BOOL, handle_syslog), STDCONF ("bindsame", BOOL, handle_bindsame), |