summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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