diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c index af62192a01..dad48520e2 100644 --- a/src/nm-dispatcher.c +++ b/src/nm-dispatcher.c @@ -492,10 +492,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));