summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-09-23 09:08:25 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-10-13 18:20:55 +0200
commit1bb553798c514e5ae1bf32a3cd87e96c4a656dfb (patch)
treecab2c7377840df5a760e52330167681f476a0c21
parent0650b0b1478c141ed2c5c8ecdaf592fd576f1b15 (diff)
downloadNetworkManager-1bb553798c514e5ae1bf32a3cd87e96c4a656dfb.tar.gz
libnm/vpn-service-plugin: add a missing return
-rw-r--r--libnm/nm-vpn-service-plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/nm-vpn-service-plugin.c b/libnm/nm-vpn-service-plugin.c
index fc4cfdc038..2644732d96 100644
--- a/libnm/nm-vpn-service-plugin.c
+++ b/libnm/nm-vpn-service-plugin.c
@@ -443,6 +443,7 @@ _connect_generic (NMVpnServicePlugin *plugin,
"Invalid connection: (%d) %s",
error->code, error->message);
g_clear_error (&error);
+ return;
}
priv->interactive = FALSE;