Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: fix password migration
  • Loading branch information
perexg committed Aug 18, 2014
1 parent 51660ad commit 4dc8789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.c
Expand Up @@ -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);
Expand Down

0 comments on commit 4dc8789

Please sign in to comment.