summaryrefslogtreecommitdiff
path: root/mailbox/cfg_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/cfg_driver.c')
-rw-r--r--mailbox/cfg_driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mailbox/cfg_driver.c b/mailbox/cfg_driver.c
index ff9dae025..f4d56f710 100644
--- a/mailbox/cfg_driver.c
+++ b/mailbox/cfg_driver.c
@@ -589,8 +589,7 @@ mu_cfg_tree_reduce (mu_cfg_tree_t *parse_tree, const char *progname,
if (flags & MU_PARSE_CONFIG_DUMP)
{
mu_stream_t stream;
- mu_stdio_stream_create (&stream, MU_STDERR_FD,
- MU_STREAM_NO_CHECK|MU_STREAM_NO_CLOSE);
+ mu_stdio_stream_create (&stream, MU_STDERR_FD, 0);
mu_stream_open (stream);
mu_cfg_format_parse_tree (stream, parse_tree, MU_CFG_FMT_LOCUS);
mu_stream_destroy (&stream);

Return to:

Send suggestions and report system problems to the System administrator.