summaryrefslogtreecommitdiff
path: root/src/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network.c')
-rw-r--r--src/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network.c b/src/network.c
index 509fb42d..820ce99a 100644
--- a/src/network.c
+++ b/src/network.c
@@ -564,7 +564,7 @@ const char *__connman_network_get_ident(struct connman_network *network)
if (network->device == NULL)
return NULL;
- return __connman_device_get_ident(network->device);
+ return connman_device_get_ident(network->device);
}
connman_bool_t __connman_network_get_weakness(struct connman_network *network)