dovecot-2.2: doveadm backup: Fixed assert-crash due to duplicate...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 24 11:41:15 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/196c76bdc11a
changeset: 18998:196c76bdc11a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 24 14:40:11 2015 +0300
description:
doveadm backup: Fixed assert-crash due to duplicate 'R' in getopt args.

diffstat:

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

diffs (12 lines):

diff -r 63ada4bc7508 -r 196c76bdc11a src/doveadm/doveadm-dsync.c
--- a/src/doveadm/doveadm-dsync.c	Mon Aug 24 14:32:52 2015 +0300
+++ b/src/doveadm/doveadm-dsync.c	Mon Aug 24 14:40:11 2015 +0300
@@ -1036,7 +1036,7 @@
 	struct dsync_cmd_context *ctx;
 
 	_ctx = cmd_dsync_alloc();
-	_ctx->getopt_args = DSYNC_COMMON_GETOPT_ARGS"R";
+	_ctx->getopt_args = DSYNC_COMMON_GETOPT_ARGS;
 	ctx = (struct dsync_cmd_context *)_ctx;
 	ctx->backup = TRUE;
 	return _ctx;


More information about the dovecot-cvs mailing list