summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-13 18:35:22 +0200
committerThomas Haller <thaller@redhat.com>2016-06-28 17:34:42 +0200
commitacac97f8186dd9696ad7192e5d69676084ff6f72 (patch)
tree3c955842d5ce4767bb6d5648cd89fed90ee776ab
parent9e63ada7e2cb862cb40db120fa3924d916fbd517 (diff)
downloadNetworkManager-acac97f8186dd9696ad7192e5d69676084ff6f72.tar.gz
wwan: fix compilation error about wrong field name
-rw-r--r--src/devices/wwan/nm-modem-ofono.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wwan/nm-modem-ofono.c b/src/devices/wwan/nm-modem-ofono.c
index 8618b47749..b3ecafc966 100644
--- a/src/devices/wwan/nm-modem-ofono.c
+++ b/src/devices/wwan/nm-modem-ofono.c
@@ -898,7 +898,7 @@ context_property_changed (GDBusProxy *proxy,
if (ip_string_to_network_address (addr_s, &address_network)) {
addr.address = address_network;
- addr.source = NM_IP_CONFIG_SOURCE_WWAN;
+ addr.addr_source = NM_IP_CONFIG_SOURCE_WWAN;
} else {
nm_log_warn (LOGD_MB, "ofono: (%s): can't convert 'Address' %s to addr",
nm_modem_get_uid (NM_MODEM (self)), s);