dovecot-2.2: dsync: Minor code cleanup.

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 25 17:08:01 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/c20696d7ecb0
changeset: 15937:c20696d7ecb0
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 25 17:07:38 2013 +0200
description:
dsync: Minor code cleanup.

diffstat:

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

diffs (12 lines):

diff -r 608d07701d54 -r c20696d7ecb0 src/doveadm/dsync/doveadm-dsync.c
--- a/src/doveadm/dsync/doveadm-dsync.c	Mon Feb 25 16:58:02 2013 +0200
+++ b/src/doveadm/dsync/doveadm-dsync.c	Mon Feb 25 17:07:38 2013 +0200
@@ -699,8 +699,6 @@
 	if (remote_cmd_args != NULL) {
 		/* do this before mail_storage_service_next() in case it
 		   drops process privileges */
-		ctx->fd_in = STDIN_FILENO;
-		ctx->fd_out = STDIN_FILENO;
 		run_cmd(ctx, remote_cmd_args);
 		ctx->run_type = DSYNC_RUN_TYPE_CMD;
 	}


More information about the dovecot-cvs mailing list