Skip to content

Commit

Permalink
Merge pull request elastic#35 from balabit/merge/h/pdbtool/module-pat…
Browse files Browse the repository at this point in the history
…h-init

pdbtool: Initialize module_path
  • Loading branch information
bazsi committed Dec 10, 2013
2 parents d218cb0 + 4e42f0f commit 3684953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dbparser/pdbtool/pdbtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,8 @@ main(int argc, char *argv[])
log_tags_global_init();
pattern_db_global_init();

module_path = get_installation_path_for(MODULE_PATH);

configuration = cfg_new(VERSION_VALUE);

if (!g_option_context_parse(ctx, &argc, &argv, &error))
Expand Down

0 comments on commit 3684953

Please sign in to comment.