Skip to content

Commit

Permalink
doveadm log test: Fix it to work again
Browse files Browse the repository at this point in the history
Broken by 719abeb
  • Loading branch information
sirainen committed Oct 9, 2017
1 parent e0456dc commit 2c0c73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-log.c
Expand Up @@ -32,6 +32,7 @@ cmd_log_test(int argc ATTR_UNUSED, char *argv[] ATTR_UNUSED)
struct failure_context ctx;
unsigned int i;

master_service->log_initialized = FALSE;
master_service->flags |= MASTER_SERVICE_FLAG_DONT_LOG_TO_STDERR;
master_service_init_log(master_service, "doveadm: ");

Expand Down

0 comments on commit 2c0c73f

Please sign in to comment.