[network-manager-applet: 4/6] connection-editor: support IPv6 on mobile devices
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet: 4/6] connection-editor: support IPv6 on mobile devices
- Date: Fri, 25 Jul 2014 15:51:24 +0000 (UTC)
commit d998078e9457f74e57d954dd9c1e170a0b80cbd1
Author: Dan Winship <danw gnome org>
Date: Fri Jul 25 08:41:48 2014 -0400
connection-editor: support IPv6 on mobile devices
https://bugzilla.gnome.org/show_bug.cgi?id=733713
src/connection-editor/connection-helpers.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/connection-editor/connection-helpers.c b/src/connection-editor/connection-helpers.c
index d99e7d8..1d74867 100644
--- a/src/connection-editor/connection-helpers.c
+++ b/src/connection-editor/connection-helpers.c
@@ -619,9 +619,6 @@ connection_supports_ip6 (NMConnection *connection)
return vpn_supports_ipv6 (connection);
else if (!strcmp (connection_type, NM_SETTING_PPPOE_SETTING_NAME))
return FALSE;
- else if ( !strcmp (connection_type, NM_SETTING_GSM_SETTING_NAME)
- || !strcmp (connection_type, NM_SETTING_CDMA_SETTING_NAME))
- return FALSE;
else
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]