dovecot-2.2: doveadm: Fixed connecting to UNIX sockets.

dovecot at dovecot.org dovecot at dovecot.org
Wed Feb 27 18:00:34 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/976bf9e69367
changeset: 15989:976bf9e69367
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 27 18:00:29 2013 +0200
description:
doveadm: Fixed connecting to UNIX sockets.

diffstat:

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

diffs (11 lines):

diff -r 2020ed15efb9 -r 976bf9e69367 src/doveadm/doveadm-util.c
--- a/src/doveadm/doveadm-util.c	Wed Feb 27 14:26:28 2013 +0200
+++ b/src/doveadm/doveadm-util.c	Wed Feb 27 18:00:29 2013 +0200
@@ -160,7 +160,6 @@
 		fd = net_connect_unix(path);
 		if (fd == -1)
 			i_fatal("net_connect_unix(%s) failed: %m", path);
-		return -1;
 	}
 	return fd;
 }


More information about the dovecot-cvs mailing list