[dovecot-cvs] dovecot/src/auth mech.c,1.45,1.46

cras at dovecot.org cras at dovecot.org
Thu Oct 21 02:34:36 EEST 2004


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

Modified Files:
	mech.c 
Log Message:
Changed %p (protocol) -> %s (service). Also changed %P (pid) -> %p.
Hopefully people weren't using these much yet :)



Index: mech.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- mech.c	19 Oct 2004 02:51:37 -0000	1.45
+++ mech.c	20 Oct 2004 23:34:34 -0000	1.46
@@ -200,11 +200,11 @@
 		{ 'u', NULL },
 		{ 'n', NULL },
 		{ 'd', NULL },
-		{ 'p', NULL },
+		{ 's', NULL },
 		{ 'h', NULL },
 		{ 'l', NULL },
 		{ 'r', NULL },
-		{ 'P', NULL },
+		{ 'p', NULL },
 		{ '\0', NULL }
 	};
 	struct var_expand_table *tab;



More information about the dovecot-cvs mailing list