changeset 13567:c126a88546f8

doveadm: Compile fix for previous auth change.
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Oct 2011 17:06:04 +0300
parents c9894346b1a3
children 406a1d52390b
files src/doveadm/doveadm-pw.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 		}