summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-05 21:53:42 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-05 21:53:42 +0100
commit9a190718628f120e6a3469a7d128795c70fc1ad0 (patch)
tree12d3cc494171bbd40e569ae4fb28620dae6bbc5e /src
parentd58d6a1fc8aea4ac47f815d3217e3f6a19be378a (diff)
downloadconnman-9a190718628f120e6a3469a7d128795c70fc1ad0.tar.gz
connman-9a190718628f120e6a3469a7d128795c70fc1ad0.tar.bz2
connman-9a190718628f120e6a3469a7d128795c70fc1ad0.zip
Don't store the enable status of an element
Diffstat (limited to 'src')
-rw-r--r--src/storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage.c b/src/storage.c
index d8c32f4e..bbd9417c 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -113,8 +113,8 @@ static void do_update(GKeyFile *keyfile, struct connman_element *element)
if (str != NULL)
g_key_file_set_string(keyfile, element->path, "Policy", str);
- g_key_file_set_boolean(keyfile, element->path, "Enabled",
- element->enabled);
+ //g_key_file_set_boolean(keyfile, element->path, "Enabled",
+ // element->enabled);
__connman_element_lock(element);