[dovecot-cvs] dovecot/src/auth auth-client-interface.h,1.10,1.11

cras at dovecot.org cras at dovecot.org
Fri Feb 24 12:24:25 EET 2006


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

Modified Files:
	auth-client-interface.h 
Log Message:
More comma removals



Index: auth-client-interface.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-client-interface.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- auth-client-interface.h	19 Oct 2004 00:51:21 -0000	1.10
+++ auth-client-interface.h	24 Feb 2006 10:24:15 -0000	1.11
@@ -23,7 +23,7 @@
 	/* Provides forward secrecy between sessions */
 	MECH_SEC_FORWARD_SECRECY	= 0x0020,
 	/* Provides mutual authentication */
-	MECH_SEC_MUTUAL_AUTH		= 0x0040,
+	MECH_SEC_MUTUAL_AUTH		= 0x0040
 };
 
 #endif



More information about the dovecot-cvs mailing list