[Dovecot] bug in passdb-vpopmail.c
Moritz Mertinkat
moritz at mertinkat.net
Wed Jun 6 10:19:43 EEST 2007
Hi there,
i've tried to compile dovecot-latest.tar.gz (currently dovecot-20070522) with
vpopmail support and spotted the following bug (patch is also attached):
--- dovecot-20070522/src/auth/passdb-vpopmail.c.orig 2007-05-20
23:11:36.000000000 +0200
+++ dovecot-20070522/src/auth/passdb-vpopmail.c 2007-06-06 09:02:01.968750000
+0200
@@ -66,7 +66,7 @@
password = vpopmail_password_lookup(request, TRUE, &result);
if (password == NULL) {
- callback(result, "", request);
+ callback(result, "", 0, request);
return;
}
Greets,
Moritz.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vpopmail-fix-20070522.patch
Url: http://dovecot.org/pipermail/dovecot/attachments/20070606/bc8c3f5a/attachment.pl
More information about the dovecot
mailing list