summaryrefslogtreecommitdiff
path: root/vpn/vpn-manager.c
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-03-07 12:34:42 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-08 12:10:29 +0200
commit2f246127e624149fdcaa9170a25ed6c26c67596d (patch)
treec4ed2e5598014a3a77d521de27d5aa570864a157 /vpn/vpn-manager.c
parent7afe03781c917f26890e8caaf1804d60deb50627 (diff)
downloadconnman-2f246127e624149fdcaa9170a25ed6c26c67596d.tar.gz
connman-2f246127e624149fdcaa9170a25ed6c26c67596d.tar.bz2
connman-2f246127e624149fdcaa9170a25ed6c26c67596d.zip
vpn-provider: Do not quit vpnd if there are no VPN configurations
Because we now support provisioning of VPN services via .config file, we need to keep vpnd running so that it can monitor the connman-vpn directory for new config files.
Diffstat (limited to 'vpn/vpn-manager.c')
-rw-r--r--vpn/vpn-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vpn/vpn-manager.c b/vpn/vpn-manager.c
index 44684dd1..1ba745b4 100644
--- a/vpn/vpn-manager.c
+++ b/vpn/vpn-manager.c
@@ -85,8 +85,6 @@ static DBusMessage *get_connections(DBusConnection *conn, DBusMessage *msg,
if (reply == NULL)
return __connman_error_failed(msg, -EINVAL);
- __vpn_provider_check_connections();
-
return reply;
}