summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--authenticator-freeswitch-vmail.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/authenticator-freeswitch-vmail.lua b/authenticator-freeswitch-vmail.lua
index 34e5e24..74065d9 100644
--- a/authenticator-freeswitch-vmail.lua
+++ b/authenticator-freeswitch-vmail.lua
@@ -11,6 +11,7 @@ end
read_field = function(self, tabl, field)
result = a.read_field(self, tabl, field)
+--[[
if tabl == authenticator.usertable and field == "" then
-- authenticator is reading all users
local vmcontroller = self:new("freeswitch-vmail/vmail")
@@ -21,6 +22,7 @@ read_field = function(self, tabl, field)
end
vmcontroller:destroy()
end
+--]]
return result
end