core: fix _nm_ip4_config_intersect_helper()
Fixes:8f07b3ac4f
('ip-config: add @intersect_routes argument to intersect functions') (cherry picked from commitd86dd9a0fe
)
This commit is contained in:
@@ -1599,12 +1599,12 @@ _nm_ip4_config_intersect_helper (NMIP4Config *dst,
|
||||
_notify (dst, PROP_GATEWAY);
|
||||
}
|
||||
|
||||
skip_routes:
|
||||
if (changed) {
|
||||
_notify_routes (dst);
|
||||
result = TRUE;
|
||||
}
|
||||
|
||||
skip_routes:
|
||||
/* ignore domains */
|
||||
/* ignore dns searches */
|
||||
/* ignore dns options */
|
||||
|
Reference in New Issue
Block a user