[dovecot-cvs] dovecot/src/auth userdb-vpopmail.c,1.17,1.18

cras at dovecot.org cras at dovecot.org
Sun Sep 11 16:03:52 EEST 2005


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

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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- userdb-vpopmail.c	7 Aug 2005 11:41:19 -0000	1.17
+++ userdb-vpopmail.c	11 Sep 2005 13:03:48 -0000	1.18
@@ -84,7 +84,7 @@
 		}
 	}
 
-	reply = auth_stream_reply_init();
+	reply = auth_stream_reply_init(auth_request);
 	auth_stream_reply_add(reply, NULL, vpw->pw_name);
 	auth_stream_reply_add(reply, "uid", dec2str(uid));
 	auth_stream_reply_add(reply, "gid", dec2str(gid));



More information about the dovecot-cvs mailing list