mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
dhcp: unbound_watcher: shorten previous
This commit is contained in:
parent
02aae56f05
commit
e43c23fce1
@ -160,7 +160,7 @@ def run_watcher(target_filename, default_domain, watch_file, config):
|
||||
else:
|
||||
syslog.syslog(
|
||||
syslog.LOG_WARNING,
|
||||
"dhcpd leases: %s not a valid hostname, ignoring" % cached_leases[address]['client-hostname']
|
||||
"dhcpd leases: %s not a valid hostname, ignoring" % lease['client-hostname']
|
||||
)
|
||||
|
||||
remove_rr = list()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user