diff options
| author | Michael Biebl <biebl@debian.org> | 2023-01-11 13:41:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-01-11 13:41:09 +0100 |
| commit | 006f5c299754ae1107b6d623c7d8436ac4a109ea (patch) | |
| tree | 9245e2b76b31669c0d39e805b800156436602d93 /src/core/dns/nm-dns-manager.c | |
| parent | b2ca000f0e0a915aba25f7d16b34bd092055ad59 (diff) | |
| parent | 5d9e3721ad196595acd064e0d3ce66edc2613e51 (diff) | |
Update upstream source from tag 'upstream/1.40.10'
Update to upstream version '1.40.10' with Debian dir 61c058a13d387971499d4f26e30682b0148db96f
Diffstat (limited to 'src/core/dns/nm-dns-manager.c')
| -rw-r--r-- | src/core/dns/nm-dns-manager.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/dns/nm-dns-manager.c b/src/core/dns/nm-dns-manager.c index a2fead3f..edb8ce0f 100644 --- a/src/core/dns/nm-dns-manager.c +++ b/src/core/dns/nm-dns-manager.c @@ -2513,6 +2513,9 @@ again: self); } + if (!NM_IS_DNS_DNSMASQ(priv->plugin)) + nm_dnsmasq_kill_external(); + _update_pending_maybe_changed(self); g_object_thaw_notify(G_OBJECT(self)); |