libnm/vpn-service-plugin: add a missing return

This commit is contained in:
Lubomir Rintel 2015-09-23 09:08:25 +02:00
parent 0650b0b147
commit 1bb553798c

View file

@ -443,6 +443,7 @@ _connect_generic (NMVpnServicePlugin *plugin,
"Invalid connection: (%d) %s",
error->code, error->message);
g_clear_error (&error);
return;
}
priv->interactive = FALSE;