Commit 60d08d50 by Őry Máté

firewall: fix http 500

parent f08c1e86
......@@ -971,7 +971,7 @@ class Firewall(models.Model):
"maybe syslog isn't readble by firewall worker")
except:
logger.exception("get_dhcp_clients failed")
return None
return {}
class Domain(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment