From d3910ab6489d16082543215ffaa780981e520e31 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 12 Nov 2012 14:07:53 +0200 Subject: [PATCH] vpnd: Quit if no VPN configurations are found --- vpn/vpn-manager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vpn/vpn-manager.c b/vpn/vpn-manager.c index 1ba745b..44684dd 100644 --- a/vpn/vpn-manager.c +++ b/vpn/vpn-manager.c @@ -85,6 +85,8 @@ static DBusMessage *get_connections(DBusConnection *conn, DBusMessage *msg, if (reply == NULL) return __connman_error_failed(msg, -EINVAL); + __vpn_provider_check_connections(); + return reply; } -- 2.7.4