diff options
author | Kali Kaneko <kali@leap.se> | 2014-05-20 18:03:03 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-05-20 18:03:03 -0500 |
commit | 326fb44d2c494f21cd33b9b30a67f1f814be14bc (patch) | |
tree | 0900e51cfee6284bf6f30a07dd664cf13934fd6a | |
parent | 6bf04b96809520ecc338e41529d39d049a7eab8f (diff) |
fix nameserver restoring. Closes: #5692
-rwxr-xr-x | pkg/linux/bitmask-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index 136fd6a4..6badeedd 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -566,7 +566,7 @@ class NameserverRestorer(Daemon): A daemon that will restore the previous nameservers. """ - def run(self): + def run(self, *args): """ Run when daemonized. """ |