[dovecot-cvs] dovecot/src/auth passdb.h,1.32,1.33

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


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

Modified Files:
	passdb.h 
Log Message:
And one more comma removal



Index: passdb.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/passdb.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- passdb.h	20 Feb 2006 13:14:58 -0000	1.32
+++ passdb.h	24 Feb 2006 10:49:05 -0000	1.33
@@ -25,7 +25,7 @@
 	PASSDB_RESULT_SCHEME_NOT_AVAILABLE = -4,
 
 	PASSDB_RESULT_PASSWORD_MISMATCH = 0,
-	PASSDB_RESULT_OK = 1,
+	PASSDB_RESULT_OK = 1
 };
 
 typedef void verify_plain_callback_t(enum passdb_result result,



More information about the dovecot-cvs mailing list