Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: wrong map fix in v6 migrate (coverity)
  • Loading branch information
perexg committed Oct 3, 2014
1 parent a03b8b0 commit 45d3685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.c
Expand Up @@ -578,6 +578,7 @@ config_migrate_v6 ( void )
if (!m) {
m = htsmsg_create_map();
htsmsg_add_msg(c, "mod_enabled", m);
m = htsmsg_get_map(c, "mod_enabled");
}
htsmsg_add_u32(m, "eit", 1);
htsmsg_add_u32(m, "uk_freesat", 1);
Expand Down

0 comments on commit 45d3685

Please sign in to comment.