about summary refs log tree commit diff
path: root/src/nm-dispatcher.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-11-24 00:06:46 +0100
committerMichael Biebl <biebl@debian.org>2015-11-24 00:06:46 +0100
commit5916ab88146d04273e6a1895ba3eed7322f2625f (patch)
tree54479065ceda124ef5ff84890de64c52717a5645 /src/nm-dispatcher.c
parent3f830f75cf071873c36e1365f80c31e2422e1f7c (diff)
parenta6ece1a2aa19a6268335c87d4fdef20123dd04a5 (diff)
Merge tag 'upstream/1.0.8'
Upstream version 1.0.8
Diffstat (limited to 'src/nm-dispatcher.c')
-rw-r--r--src/nm-dispatcher.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c
index 13352ded..78aa204e 100644
--- a/src/nm-dispatcher.c
+++ b/src/nm-dispatcher.c
@@ -444,10 +444,6 @@ _dispatcher_call (DispatcherAction action,
 		                : (callback ? " (with callback)" : ""));
 	}
 
-	/* VPN actions require at least an IPv4 config (for now) */
-	if (action == DISPATCHER_ACTION_VPN_UP)
-		g_return_val_if_fail (vpn_ip4_config != NULL, FALSE);
-
 	if (!_get_monitor_by_action(action)->has_scripts) {
 		if (blocking == FALSE && (out_call_id || callback)) {
 			info = g_malloc0 (sizeof (*info));