Skip to content

Commit

Permalink
set "out" to main_config.dict
Browse files Browse the repository at this point in the history
until such time as they are different
  • Loading branch information
alandekok committed May 8, 2018
1 parent c3e7f60 commit d2927b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/mainconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ static int _module_dict_autoload(dl_t const *module, void *symbol, UNUSED void *
if (fr_dict_read(main_config.dict, main_config.dictionary_dir, buffer) == -1) {
return -1;
}

if (p->out) *(p->out) = main_config.dict;
}
#endif

Expand Down

0 comments on commit d2927b1

Please sign in to comment.