projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58d6a1
)
Don't store the enable status of an element
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 5 Dec 2008 20:53:42 +0000
(21:53 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 5 Dec 2008 20:53:42 +0000
(21:53 +0100)
src/storage.c
patch
|
blob
|
history
diff --git
a/src/storage.c
b/src/storage.c
index
d8c32f4
..
bbd9417
100644
(file)
--- 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);