dovecot-2.1: doveadm: Compile fix for previous auth change.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 1 16:57:45 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/c126a88546f8
changeset: 13567:c126a88546f8
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 01 17:06:04 2011 +0300
description:
doveadm: Compile fix for previous auth change.

diffstat:

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

diffs (13 lines):

diff -r c9894346b1a3 -r c126a88546f8 src/doveadm/doveadm-pw.c
--- a/src/doveadm/doveadm-pw.c	Sat Oct 01 16:48:17 2011 +0300
+++ b/src/doveadm/doveadm-pw.c	Sat Oct 01 17:06:04 2011 +0300
@@ -95,7 +95,8 @@
 		size_t size;
 		const char *error;
 
-		if (password_decode(hash, scheme, &raw_password, &size) <= 0) {
+		if (password_decode(hash, scheme, &raw_password, &size,
+				    &error) <= 0) {
 			fprintf(stderr, "reverse decode check failed\n");
 			exit(2);
 		}


More information about the dovecot-cvs mailing list