tinyproxy: Allow option is a list not an atom

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12877 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus 2008-10-06 18:56:31 +00:00
parent 8ef2411d1b
commit 09fea20c08

View File

@ -52,7 +52,7 @@ start_proxy() {
proxy_atom "$1" MaxSpareServers >> $CFGFILE
proxy_atom "$1" StartServers >> $CFGFILE
proxy_atom "$1" MaxRequestsPerChild >> $CFGFILE
proxy_atom "$1" Allow >> $CFGFILE
proxy_list "$1" Allow >> $CFGFILE
proxy_string "$1" ViaProxyName >> $CFGFILE
proxy_string "$1" Filter >> $CFGFILE