summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-04-21 05:08:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-04-21 05:08:48 +0100
commit90406cff092e149ef835d684e5d4d445687a2e01 (patch)
tree8355f7d87b5b28fdcc19a7d83cde898bd568a5b1 /src/profile.c
parent87c4130bdb16e8ce0b033708e219d22b19e29a04 (diff)
downloadconnman-90406cff092e149ef835d684e5d4d445687a2e01.tar.gz
connman-90406cff092e149ef835d684e5d4d445687a2e01.tar.bz2
connman-90406cff092e149ef835d684e5d4d445687a2e01.zip
Add support for carrier service state
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c
index eeb777f1..cad8a359 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -122,7 +122,7 @@ int __connman_profile_set_carrier(struct connman_device *device,
if (service == NULL)
return -EINVAL;
- return connman_service_set_favorite(service, carrier);
+ return __connman_service_set_carrier(service, carrier);
}
int __connman_profile_add_network(struct connman_network *network)