about summary refs log tree commit diff
path: root/src/core/nm-l3-config-data.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-09-24 17:01:41 +0200
committerMichael Biebl <biebl@debian.org>2024-09-24 17:01:41 +0200
commit3e49bc05ad067ea26fba7097c9e4693dc47b4998 (patch)
tree96b5abc50ef905e3b09cae9b6b2b45d5a0d87289 /src/core/nm-l3-config-data.c
parent132a72de0d5c923d96f6a90d84cb763a65c227f1 (diff)
parentdf14a83a8b0c4354a51b392ae51a084b4b9c1b5a (diff)
Update upstream source from tag 'upstream/1.49.91'
Update to upstream version '1.49.91'
with Debian dir 9f54e1688087fc7d04d9e83f0be95031d170d405
Diffstat (limited to 'src/core/nm-l3-config-data.c')
-rw-r--r--src/core/nm-l3-config-data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nm-l3-config-data.c b/src/core/nm-l3-config-data.c
index 03c66ce0..6d98e46d 100644
--- a/src/core/nm-l3-config-data.c
+++ b/src/core/nm-l3-config-data.c
@@ -3470,8 +3470,8 @@ nm_l3_config_data_merge(NML3ConfigData       *self,
             g_steal_pointer(&self->dhcp_lease_x[1]);
 
         self->source          = src->source;
-        self->dhcp_lease_x[0] = nm_dhcp_lease_ref(self->dhcp_lease_x[0]);
-        self->dhcp_lease_x[1] = nm_dhcp_lease_ref(self->dhcp_lease_x[1]);
+        self->dhcp_lease_x[0] = nm_dhcp_lease_ref(src->dhcp_lease_x[0]);
+        self->dhcp_lease_x[1] = nm_dhcp_lease_ref(src->dhcp_lease_x[1]);
     }
     if (!src->allow_routes_without_address_4)
         self->allow_routes_without_address_4 = FALSE;