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:32 +0100
committerMichael Biebl <biebl@debian.org>2015-11-24 00:06:32 +0100
commita6ece1a2aa19a6268335c87d4fdef20123dd04a5 (patch)
tree87f1961faacdfafb1c4fee5f2feb6bcb5c06813b /src/nm-dispatcher.c
parent81836c2d44802b4cca833d7775dd627e0797a7e2 (diff)
Imported Upstream version 1.0.8 upstream/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));