[dovecot-cvs] dovecot/src/auth auth-worker-client.c,1.5,1.6

cras at dovecot.org cras at dovecot.org
Fri Mar 25 00:35:40 EET 2005


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

Modified Files:
	auth-worker-client.c 
Log Message:
Previous blocking passdb patch fixed APOP only. Fixing others now. Patch by
Andrey Panin.



Index: auth-worker-client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-worker-client.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- auth-worker-client.c	16 Mar 2005 20:18:13 -0000	1.5
+++ auth-worker-client.c	24 Mar 2005 22:35:37 -0000	1.6
@@ -191,6 +191,7 @@
 	credentials = atoi(credentials_str);
 
 	auth_request = worker_auth_request_new(client, id, args);
+	auth_request->credentials = credentials;
 
 	for (; num > 0; num++) {
 		auth_request->passdb = auth_request->passdb->next;



More information about the dovecot-cvs mailing list