summaryrefslogtreecommitdiffstats
path: root/unbound-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'unbound-controller.lua')
-rw-r--r--unbound-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/unbound-controller.lua b/unbound-controller.lua
index cca194e..46b38c9 100644
--- a/unbound-controller.lua
+++ b/unbound-controller.lua
@@ -15,7 +15,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