diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2023-01-13 15:22:36 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2023-01-13 15:22:36 -0500 |
| commit | 232b13fc50aa7350766da07d057eb397f12fbf71 (patch) | |
| tree | cd5a435c17f32b7347398363ab12188208d88c2f /src/core/ndisc | |
| parent | 4baddbd2cc3e3d92b45b574ab18aa2630c812e6a (diff) | |
| parent | ac445e26cbdad011277f8822e0fc468ab1a6c61f (diff) | |
Merge tag 'debian/1.40.10-1' into ubuntu/master
network-manager Debian release 1.40.10-1
Diffstat (limited to 'src/core/ndisc')
| -rw-r--r-- | src/core/ndisc/nm-fake-ndisc.c | 2 |
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, |