summaryrefslogtreecommitdiffstats
path: root/dovecot-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-10-05 14:31:02 +0000
committerTed Trask <ttrask01@yahoo.com>2015-10-05 14:31:02 +0000
commit73b09d4c9c5c2c4c562e4164da76b0f214ebf618 (patch)
treeb8dfcda23b15e3a2ef92d085fee20cdf5aa1828d /dovecot-controller.lua
parent148a86c51bfb642978e33ad0e1920685ba27e151 (diff)
downloadacf-dovecot-73b09d4c9c5c2c4c562e4164da76b0f214ebf618.tar.bz2
acf-dovecot-73b09d4c9c5c2c4c562e4164da76b0f214ebf618.tar.xz
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'dovecot-controller.lua')
-rw-r--r--dovecot-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-controller.lua b/dovecot-controller.lua
index de36937..8412cb6 100644
--- a/dovecot-controller.lua
+++ b/dovecot-controller.lua
@@ -19,7 +19,7 @@ function mymodule.expert(self)
end
function mymodule.logfile(self)
- return self.model.get_logfile()
+ return self.model.get_logfile(self, self.clientdata)
end
return mymodule