dns: drop redundant call to clear_domain_lists() in update_dns()

It does nothing.
This commit is contained in:
Thomas Haller 2018-09-26 09:55:50 +02:00
parent 60007d7cbd
commit ad10e79ae4

View file

@ -1444,7 +1444,6 @@ update_dns (NMDnsManager *self,
* strings owned by IP configurations and we can't
* guarantee they stay alive. */
clear_domain_lists (self);
clear_domain_lists (self);
update_resolv_conf_no_stub (self, searches, nameservers, options);