summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-10-29 23:07:20 +0100
committerThomas Haller <thaller@redhat.com>2020-10-30 16:52:57 +0100
commit399684538be1da8e1a103d9fb2b3dc206b108ba8 (patch)
tree0cc49e4b98391f364e204862848fd9f714fb9a6b
parent15e287a351f4971050cd3dbdb9bc1d291a6ab760 (diff)
downloadNetworkManager-399684538be1da8e1a103d9fb2b3dc206b108ba8.tar.gz
device: abort on failure in activate_stage5_ip_config_result_6()
This is analog to what the IPv4 code does at this place. Abort.
-rw-r--r--src/devices/nm-device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 11d489dbff..24b2779f46 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -11931,6 +11931,7 @@ activate_stage5_ip_config_result_6(NMDevice *self)
nm_device_ip_method_failed(self,
AF_INET6,
NM_DEVICE_STATE_REASON_SHARED_START_FAILED);
+ return;
}
}