diff src/auth/passdb-blocking.c @ 3655:62fc6883faeb HEAD

Fixes and cleanups to credentials handling. Also fixed auth caching to work more correctly in case of internal failures.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Oct 2005 15:03:37 +0300
parents c12df370e1b2
children b381c9b899a2
line wrap: on
line diff
--- a/src/auth/passdb-blocking.c	Sun Oct 16 13:37:18 2005 +0300
+++ b/src/auth/passdb-blocking.c	Sun Oct 16 15:03:37 2005 +0300
@@ -135,8 +135,7 @@
 			result = PASSDB_RESULT_INTERNAL_FAILURE;
 	}
 
-	passdb_handle_credentials(result, request->credentials,
-				  password, scheme,
+	passdb_handle_credentials(result, password, scheme,
 				  auth_request_lookup_credentials_callback,
 				  request);
 }