[dovecot-cvs] dovecot/src/auth auth-request.c,1.35,1.36

cras at dovecot.org cras at dovecot.org
Wed Oct 19 16:43:40 EEST 2005


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

Modified Files:
	auth-request.c 
Log Message:
nologin/proxy are now always in boolean format, ie. without any "=Y".



Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- auth-request.c	16 Oct 2005 14:34:39 -0000	1.35
+++ auth-request.c	19 Oct 2005 13:43:38 -0000	1.36
@@ -550,10 +550,12 @@
 		/* user can't actually login - don't keep this
 		   reply for master */
 		request->no_login = TRUE;
+		value = NULL;
 	} else if (strcmp(name, "proxy") == 0) {
 		/* we're proxying authentication for this user. send
 		   password back if using plaintext authentication. */
 		request->proxy = TRUE;
+		value = NULL;
 	}
 
 	if (request->extra_fields == NULL)



More information about the dovecot-cvs mailing list