mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-19 07:40:42 +01:00
dns: drop redundant call to clear_domain_lists() in update_dns()
It does nothing.
This commit is contained in:
parent
60007d7cbd
commit
ad10e79ae4
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue