From 2f246127e624149fdcaa9170a25ed6c26c67596d Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 7 Mar 2013 12:34:42 +0200 Subject: 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. --- vpn/vpn-manager.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'vpn/vpn-manager.c') 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; } -- cgit v1.2.3