Use the default logic when not using INS
[platform/upstream/connman.git] / src / mesh.c
index b902934..e0e6d2f 100644 (file)
@@ -757,7 +757,7 @@ static int mesh_save(struct connman_mesh *mesh)
 {
        GKeyFile *keyfile;
 
-       keyfile = __connman_storage_open_service(mesh->identifier);
+       keyfile = g_key_file_new();
        if (!keyfile)
                return -EIO;