diff options
Diffstat (limited to 'tinydns-controller.lua')
-rw-r--r-- | tinydns-controller.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-controller.lua b/tinydns-controller.lua index 4e6efca..43d6038 100644 --- a/tinydns-controller.lua +++ b/tinydns-controller.lua @@ -20,6 +20,7 @@ local function getstatus(self) else status.status.value = "Disabled" end + return status end |