[dovecot-cvs] dovecot/src/master auth-process.c,1.71,1.72

cras at dovecot.org cras at dovecot.org
Sun Jan 9 02:49:21 EET 2005


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv27365/master

Modified Files:
	auth-process.c 
Log Message:
Moving code around.



Index: auth-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- auth-process.c	20 Dec 2004 16:01:01 -0000	1.71
+++ auth-process.c	9 Jan 2005 00:49:19 -0000	1.72
@@ -473,7 +473,7 @@
 				0, 0, NULL);
 
 	/* set other environment */
-	env_put(t_strconcat("AUTH_PROCESS=", dec2str(getpid()), NULL));
+	env_put("DOVECOT_MASTER=1");
 	env_put(t_strconcat("MECHANISMS=", group->set->mechanisms, NULL));
 	env_put(t_strconcat("REALMS=", group->set->realms, NULL));
 	env_put(t_strconcat("DEFAULT_REALM=", group->set->default_realm, NULL));



More information about the dovecot-cvs mailing list