From 4dc87895d18282a4c183ee1579cc8e584b5503db Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 18 Aug 2014 11:42:35 +0200 Subject: [PATCH] ACL: fix password migration --- src/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.c b/src/config.c index 2cc0d92f..9da960d2 100644 --- a/src/config.c +++ b/src/config.c @@ -635,6 +635,7 @@ config_migrate_simple ( const char *dir, htsmsg_t **orig, if (!(e = htsmsg_field_get_map(f))) continue; htsmsg_delete_field(e, "id"); htsmsg_add_u32(e, "index", index++); + modify(e); uuid_init_hex(&u, NULL); hts_settings_save(e, "%s/%s", dir, u.hex); hts_settings_remove("%s/%s", dir, f->hmf_name);