14 Mar
2007
14 Mar
'07
6:03 p.m.
On Wed, 2007-03-14 at 16:58 +0100, Gabor HALASZ wrote:
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);
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..