2019-01-23 13:32:41 +00:00
committed by Git OBS Bridge
parent cf38f0cf58
commit 99ef69f82c

View File

@@ -4,7 +4,7 @@
content.add_nameserver(nameserver)
for searchdomain in network_state.dns_searchdomains:
content.add_search_domain(searchdomain)
+ if not content:
+ if not str(content):
+ return content
header = _make_header(';')
content_str = str(content)