about summary refs log tree commit diff
path: root/src/core/ndisc
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-01-11 13:41:09 +0100
committerMichael Biebl <biebl@debian.org>2023-01-11 13:41:09 +0100
commit006f5c299754ae1107b6d623c7d8436ac4a109ea (patch)
tree9245e2b76b31669c0d39e805b800156436602d93 /src/core/ndisc
parentb2ca000f0e0a915aba25f7d16b34bd092055ad59 (diff)
parent5d9e3721ad196595acd064e0d3ce66edc2613e51 (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/ndisc')
-rw-r--r--src/core/ndisc/nm-fake-ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ndisc/nm-fake-ndisc.c b/src/core/ndisc/nm-fake-ndisc.c
index 5aea273e..59bf0c1b 100644
--- a/src/core/ndisc/nm-fake-ndisc.c
+++ b/src/core/ndisc/nm-fake-ndisc.c
@@ -358,7 +358,7 @@ NMNDisc *
 nm_fake_ndisc_new(NML3Cfg *l3cfg)
 {
     const NMNDiscConfig config = {
-        .l3cfg                        = g_object_ref(NM_L3CFG(l3cfg)),
+        .l3cfg                        = NM_L3CFG(l3cfg),
         .ifname                       = nm_l3cfg_get_ifname(l3cfg, TRUE),
         .node_type                    = NM_NDISC_NODE_TYPE_HOST,
         .stable_type                  = NM_UTILS_STABLE_TYPE_UUID,