summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnm-glib/nm-vpn-plugin.c2
-rw-r--r--libnm/nm-vpn-service-plugin.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/libnm-glib/nm-vpn-plugin.c b/libnm-glib/nm-vpn-plugin.c
index d180ec447f..29d88d1c6c 100644
--- a/libnm-glib/nm-vpn-plugin.c
+++ b/libnm-glib/nm-vpn-plugin.c
@@ -342,8 +342,6 @@ nm_vpn_plugin_set_config (NMVPNPlugin *plugin,
if (val && g_value_get_boolean (val))
priv->has_ip6 = TRUE;
- g_warn_if_fail (priv->has_ip4 || priv->has_ip6);
-
/* Record the items that need to also be inserted into the
* ip4config, for compatibility with older daemons.
*/
diff --git a/libnm/nm-vpn-service-plugin.c b/libnm/nm-vpn-service-plugin.c
index ae5af3239f..0de3805174 100644
--- a/libnm/nm-vpn-service-plugin.c
+++ b/libnm/nm-vpn-service-plugin.c
@@ -315,8 +315,6 @@ nm_vpn_service_plugin_set_config (NMVpnServicePlugin *plugin,
(void) g_variant_lookup (config, NM_VPN_PLUGIN_CONFIG_HAS_IP4, "b", &priv->has_ip4);
(void) g_variant_lookup (config, NM_VPN_PLUGIN_CONFIG_HAS_IP6, "b", &priv->has_ip6);
- g_warn_if_fail (priv->has_ip4 || priv->has_ip6);
-
/* Record the items that need to also be inserted into the
* ip4config, for compatibility with older daemons.
*/