[dovecot-cvs] dovecot/src/auth auth-request.c,1.82,1.83

tss at dovecot.org tss at dovecot.org
Thu Feb 15 10:48:10 UTC 2007


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

Modified Files:
	auth-request.c 
Log Message:
Removed assert. "pass" field is allowed to be in extra_fields.



Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- auth-request.c	15 Feb 2007 10:47:00 -0000	1.82
+++ auth-request.c	15 Feb 2007 10:48:08 -0000	1.83
@@ -203,9 +203,6 @@
 
 	extra_fields = request->extra_fields == NULL ? NULL :
 		auth_stream_reply_export(request->extra_fields);
-	i_assert(extra_fields == NULL ||
-		 (strstr(extra_fields, "\tpass=") == NULL &&
-		  strncmp(extra_fields, "pass=", 5) != 0));
 
 	if (passdb_cache == NULL)
 		return;



More information about the dovecot-cvs mailing list