[dovecot-cvs] dovecot/src/lib-auth auth-client.h,1.12,1.13

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


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

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



Index: auth-client.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-auth/auth-client.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- auth-client.h	14 Jan 2006 18:47:23 -0000	1.12
+++ auth-client.h	24 Feb 2006 10:24:11 -0000	1.13
@@ -9,7 +9,7 @@
 
 enum auth_request_flags {
 	AUTH_REQUEST_FLAG_SECURED		= 0x01,
-	AUTH_REQUEST_FLAG_VALID_CLIENT_CERT	= 0x02,
+	AUTH_REQUEST_FLAG_VALID_CLIENT_CERT	= 0x02
 };
 
 struct auth_mech_desc {



More information about the dovecot-cvs mailing list