Skip to content

Commit

Permalink
Merge pull request #5814: recursive lock of md_config_t (0)
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
ldachary committed Oct 20, 2015
2 parents aff5cde + 2c2ffa1 commit 4e04631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ md_config_t::md_config_t()
#undef OPTION
#undef SUBSYS
#undef DEFAULT_SUBSYS
lock("md_config_t", true)
lock("md_config_t", true, false)
{
init_subsys();
}
Expand Down

0 comments on commit 4e04631

Please sign in to comment.