summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-06-13 15:41:02 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-06-13 15:41:02 +0200
commit74d757bb08f55f9194c18955fa5c10a0b131d48c (patch)
treef6dab3b3ec3e011022ad876beaa092335063df6f
parente3e10c47f200a063f8debe1a4e05967578ed4df2 (diff)
downloadModemManager-dcbw/ipv6-fixes.tar.gz
fixup! broadband-bearer-qmi: support IPv6 configuration and use static for IPv4dcbw/ipv6-fixes
-rw-r--r--src/mm-bearer-qmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c
index f66edfa8a..41fdc6eb0 100644
--- a/src/mm-bearer-qmi.c
+++ b/src/mm-bearer-qmi.c
@@ -457,7 +457,7 @@ get_current_settings_ready (QmiClientWds *client,
guint32 mtu = 0;
GArray *array;
- if (qmi_message_wds_get_current_settings_output_get_ip_family (output, &ip_family, &error)) {
+ if (!qmi_message_wds_get_current_settings_output_get_ip_family (output, &ip_family, &error)) {
mm_dbg (" IP Family: failed (%s); assuming IPv4", error->message);
g_clear_error (&error);
ip_family = QMI_WDS_IP_FAMILY_IPV4;