summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-09-23 16:16:58 +0200
committerThomas Haller <thaller@redhat.com>2015-09-23 16:16:58 +0200
commit3454d1b926fa7333a4375a53249f3d3caf5af2eb (patch)
tree1b65a71682df2a552e7a4cb40169f7a3b701b074
parent8f92274b42217d9b6b2c8ed7b1c8a0d6cffd8119 (diff)
downloadNetworkManager-jk/modem-ip-families-rh1263959.tar.gz
fixup! modem-broadband: update modem's supported-ip-families (rh #1263959)jk/modem-ip-families-rh1263959
-rw-r--r--src/devices/wwan/nm-modem-broadband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wwan/nm-modem-broadband.c b/src/devices/wwan/nm-modem-broadband.c
index 38bcc1ed6d..7ec90c33ef 100644
--- a/src/devices/wwan/nm-modem-broadband.c
+++ b/src/devices/wwan/nm-modem-broadband.c
@@ -1161,7 +1161,7 @@ supported_ip_families_changed (MMModem *modem, GParamSpec *pspec, gpointer user_
g_object_set (G_OBJECT (self),
NM_MODEM_IP_TYPES,
- mm_ip_family_to_nm (mm_modem_get_supported_ip_families (modem)),
+ mm_ip_family_to_nm (mm_modem_get_supported_ip_families (modem)),
NULL);
}