diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 17:47:34 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 17:47:34 +0000 |
commit | a76d7d037edba5830814181d465ed7901f8bb7b9 (patch) | |
tree | 1945a4dfbc22535dafa0220b0d5b18ae34d7ed76 /unbound-model.lua | |
parent | 73b448dd41ffd62fc4b1baea5567594f412a58e8 (diff) | |
download | acf-unbound-master.tar.bz2 acf-unbound-master.tar.xz |
Diffstat (limited to 'unbound-model.lua')
-rw-r--r-- | unbound-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unbound-model.lua b/unbound-model.lua index 49295ac..0b505a9 100644 --- a/unbound-model.lua +++ b/unbound-model.lua @@ -39,7 +39,7 @@ end function mymodule.get_startstop(self, clientdata) return modelfunctions.get_startstop(processname) end - + function mymodule.startstop_service(self, startstop, action) return modelfunctions.startstop_service(startstop, action) end |