diff options
Diffstat (limited to 'vpn')
-rw-r--r-- | vpn/vpn-provider.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpn/vpn-provider.c b/vpn/vpn-provider.c index 09b782aa..27783bc2 100644 --- a/vpn/vpn-provider.c +++ b/vpn/vpn-provider.c @@ -1037,6 +1037,8 @@ int __vpn_provider_remove(const char *path) provider_unregister(provider); g_hash_table_remove(provider_hash, provider->identifier); + + __connman_storage_remove_provider(ident); return 0; } |