summaryrefslogtreecommitdiff
path: root/src/technology.c
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-29 09:21:45 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-05-06 12:39:25 +0300
commitbbb09e3b7378daf4f2d0d63bdc2e943c0f84c808 (patch)
treea7793becb77004abf7eb17a193156fb624920e99 /src/technology.c
parentc26a6862d8e9dbeac60c4ef0db1e88e06879a7b7 (diff)
downloadconnman-bbb09e3b7378daf4f2d0d63bdc2e943c0f84c808.tar.gz
connman-bbb09e3b7378daf4f2d0d63bdc2e943c0f84c808.tar.bz2
connman-bbb09e3b7378daf4f2d0d63bdc2e943c0f84c808.zip
main: Rename AllowedTetheringTechnologies to TetheringTechnologies
Diffstat (limited to 'src/technology.c')
-rw-r--r--src/technology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/technology.c b/src/technology.c
index 10e61328..f210859d 100644
--- a/src/technology.c
+++ b/src/technology.c
@@ -115,7 +115,7 @@ connman_technology_is_tethering_allowed(enum connman_service_type type)
if (type_str == NULL)
return FALSE;
- allowed = connman_setting_get_string_list("AllowedTetheringTechnologies");
+ allowed = connman_setting_get_string_list("TetheringTechnologies");
if (allowed == NULL)
allowed = allowed_default;