summaryrefslogtreecommitdiff
path: root/libnm/nm-device-wpan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-wpan.c')
-rw-r--r--libnm/nm-device-wpan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-wpan.c b/libnm/nm-device-wpan.c
index 24d16faf13..3dfa8f267c 100644
--- a/libnm/nm-device-wpan.c
+++ b/libnm/nm-device-wpan.c
@@ -50,7 +50,7 @@ nm_device_wpan_get_hw_address (NMDeviceWpan *device)
{
g_return_val_if_fail (NM_IS_DEVICE_WPAN (device), NULL);
- return nm_str_not_empty (NM_DEVICE_WPAN_GET_PRIVATE (device)->hw_address);
+ return _nml_coerce_property_str_not_empty (NM_DEVICE_WPAN_GET_PRIVATE (device)->hw_address);
}
static gboolean