diff options
Diffstat (limited to 'src/nm-manager.c')
-rw-r--r-- | src/nm-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-manager.c b/src/nm-manager.c index f6a31e3c93..333e47366f 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -3247,7 +3247,7 @@ validate_activation_request (NMManager *self, NM_MANAGER_ERROR, NM_MANAGER_ERROR_CONNECTION_NOT_AVAILABLE, "Sharing IPv6 connections is not supported yet."); - return NULL; + goto error; } /* Check whether it's a VPN or not */ |