dovecot-2.2: doveadm mailbox metadata list: Fixed not giving the...

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 12 10:02:10 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/29249b209deb
changeset: 19144:29249b209deb
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 12 13:00:58 2015 +0300
description:
doveadm mailbox metadata list: Fixed not giving the prefix parameter.

diffstat:

 src/doveadm/doveadm-mail-mailbox-metadata.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 80a70ccadb85 -r 29249b209deb src/doveadm/doveadm-mail-mailbox-metadata.c
--- a/src/doveadm/doveadm-mail-mailbox-metadata.c	Fri Sep 11 14:02:21 2015 +0300
+++ b/src/doveadm/doveadm-mail-mailbox-metadata.c	Sat Sep 12 13:00:58 2015 +0300
@@ -263,7 +263,7 @@
 			       const char *const args[])
 {
 	struct metadata_cmd_context *ctx = (struct metadata_cmd_context *)_ctx;
-	const char *key;
+	const char *key = NULL;
 
 	if (args[0] == NULL)
 		doveadm_mail_help_name("mailbox metadata list");


More information about the dovecot-cvs mailing list