device: abort on failure in activate_stage5_ip_config_result_6()

This is analog to what the IPv4 code does at this place. Abort.
This commit is contained in:
Thomas Haller 2020-10-29 23:07:20 +01:00
parent 15e287a351
commit 399684538b
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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;
}
}