[Dovecot] userdb-vpopmail.c bug in rc27
14 Mar
2007
14 Mar
'07
5:58 p.m.
Hi!
I discovered a bug in $subject. Next line caused a compilation error:
auth_request_log_debug(auth_request, "vpopmail", "lookup user=%s domain=%s", vpop_user, vpop_domain);
I think, te correct version is:
auth_request_log_debug(request, "vpopmail", "lookup user=%s domain=%s", vpop_user, vpop_domain);
-- Gabor HALASZ <halasz.g@freemail.hu>
14 Mar
14 Mar
6:03 p.m.
On Wed, 2007-03-14 at 16:58 +0100, Gabor HALASZ wrote:
Yep. I fixed it today: http://dovecot.org/list/dovecot-cvs/2007-March/008119.html
I should probably try to install vpopmail libraries so I could build with it and I wouldn't always break it when changing something..
6627
Age (days ago)
6627
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gabor HALASZ
-
Timo Sirainen