[dovecot-cvs] dovecot/src/auth userdb-vpopmail.c,1.24,1.25

tss at dovecot.org tss at dovecot.org
Wed Mar 14 13:52:40 EET 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv516

Modified Files:
	userdb-vpopmail.c 
Log Message:
Compile fix



Index: userdb-vpopmail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/userdb-vpopmail.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- userdb-vpopmail.c	10 Mar 2007 13:24:15 -0000	1.24
+++ userdb-vpopmail.c	14 Mar 2007 11:52:36 -0000	1.25
@@ -27,7 +27,7 @@
 		return NULL;
 	}
 
-	auth_request_log_debug(auth_request, "vpopmail",
+	auth_request_log_debug(request, "vpopmail",
 			       "lookup user=%s domain=%s",
 			       vpop_user, vpop_domain);
 



More information about the dovecot-cvs mailing list