summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile.c b/src/profile.c
index 729c7de2..8984872f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -113,7 +113,7 @@ int __connman_profile_remove_device(struct connman_device *device)
if (service == NULL)
return -EINVAL;
- connman_service_put(service);
+ __connman_service_put(service);
return 0;
}
@@ -141,7 +141,7 @@ int __connman_profile_remove_network(struct connman_network *network)
if (service == NULL)
return -EINVAL;
- connman_service_put(service);
+ __connman_service_put(service);
return 0;
}