Skip to content

Commit

Permalink
doveadm-pw: Use debug value when loading modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and sirainen committed Jul 4, 2016
1 parent d6ff5e9 commit 626098f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-pw.c
Expand Up @@ -36,6 +36,7 @@ static void cmd_pw(int argc, char *argv[])
mod_set.abi_version = DOVECOT_ABI_VERSION;
mod_set.require_init_funcs = TRUE;
mod_set.ignore_dlopen_errors = TRUE;
mod_set.debug = doveadm_debug;

modules = module_dir_load_missing(modules, AUTH_MODULE_DIR, NULL, &mod_set);
module_dir_init(modules);
Expand Down

0 comments on commit 626098f

Please sign in to comment.