[dovecot-cvs] dovecot/src/auth userinfo-vpopmail.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Wed Jan 15 17:43:24 EET 2003


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv15901

Modified Files:
	userinfo-vpopmail.c 
Log Message:
compile fix



Index: userinfo-vpopmail.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/userinfo-vpopmail.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- userinfo-vpopmail.c	5 Jan 2003 13:09:51 -0000	1.12
+++ userinfo-vpopmail.c	15 Jan 2003 15:43:22 -0000	1.13
@@ -22,7 +22,7 @@
 #define VPOPMAIL_LIMIT 81
 
 static int vpopmail_verify_plain(const char *user, const char *password,
-				 AuthCookieReplyData *reply)
+				 struct auth_cookie_reply_data *reply)
 {
 	char vpop_user[VPOPMAIL_LIMIT], vpop_domain[VPOPMAIL_LIMIT];
 	struct vqpasswd *vpw;




More information about the dovecot-cvs mailing list