summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-14 15:23:09 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-14 15:23:09 +0000
commit2e98280f07da84950af2fa5c2cdadfedf3590c05 (patch)
tree14fe27419b3adcc9e48f685a6d047ea0eb4a959d
parentd3f6fac84e5ed293b121ce0d92f07eb438cf6c96 (diff)
downloadacf-squid-2e98280f07da84950af2fa5c2cdadfedf3590c05.tar.bz2
acf-squid-2e98280f07da84950af2fa5c2cdadfedf3590c05.tar.xz
small change in authmethod gui
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@564 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--squid-controller.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/squid-controller.lua b/squid-controller.lua
index cb23c07..b09acab 100644
--- a/squid-controller.lua
+++ b/squid-controller.lua
@@ -119,6 +119,8 @@ authentication = function( self )
if self.clientdata.inout == " << " then
if self.clientdata.tmpempty then
newauth = self.clientdata.authmethod .. self.clientdata.tmpempty
+ else
+ newauth = self.clientdata.authmethod
end
elseif self.clientdata.inout == " >> " then
local tmpauth = self.clientdata.authmethod