Don't store the enable status of an element
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 5 Dec 2008 20:53:42 +0000 (21:53 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 5 Dec 2008 20:53:42 +0000 (21:53 +0100)
src/storage.c

index d8c32f4..bbd9417 100644 (file)
@@ -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);