From 399684538be1da8e1a103d9fb2b3dc206b108ba8 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 29 Oct 2020 23:07:20 +0100 Subject: [PATCH] device: abort on failure in activate_stage5_ip_config_result_6() This is analog to what the IPv4 code does at this place. Abort. --- src/devices/nm-device.c | 1 + 1 file changed, 1 insertion(+) 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; } }