[dovecot-cvs] dovecot/src/lib-storage/index index-storage.c, 1.68,
1.69
cras at dovecot.org
cras at dovecot.org
Mon Mar 7 11:42:57 EET 2005
- Previous message: [dovecot-cvs] dovecot/src/master main.c, 1.61,
1.62 master-settings.h, 1.54, 1.55
- Next message: [dovecot-cvs] dovecot/src/auth auth-master-connection.c, 1.29,
1.30 auth-request.c, 1.13, 1.14 auth-request.h, 1.11,
1.12 auth-worker-client.c, 1.1, 1.2 auth.c, 1.14, 1.15 auth.h,
1.12, 1.13 main.c, 1.41, 1.42 passdb-blocking.c, 1.2,
1.3 passdb.c, 1.33, 1.34 passdb.h, 1.23,
1.24 userdb-blocking.c, 1.1, 1.2 userdb-blocking.h, 1.1,
1.2 userdb.c, 1.18, 1.19 userdb.h, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv22668
Modified Files:
index-storage.c
Log Message:
Don't return value from void function.
Index: index-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- index-storage.c 5 Feb 2005 12:01:50 -0000 1.68
+++ index-storage.c 7 Mar 2005 09:42:54 -0000 1.69
@@ -429,5 +429,5 @@
void index_keywords_free(struct mailbox_transaction_context *t __attr_unused__,
struct mail_keywords *keywords)
{
- return mail_index_keywords_free(keywords);
+ mail_index_keywords_free(keywords);
}
- Previous message: [dovecot-cvs] dovecot/src/master main.c, 1.61,
1.62 master-settings.h, 1.54, 1.55
- Next message: [dovecot-cvs] dovecot/src/auth auth-master-connection.c, 1.29,
1.30 auth-request.c, 1.13, 1.14 auth-request.h, 1.11,
1.12 auth-worker-client.c, 1.1, 1.2 auth.c, 1.14, 1.15 auth.h,
1.12, 1.13 main.c, 1.41, 1.42 passdb-blocking.c, 1.2,
1.3 passdb.c, 1.33, 1.34 passdb.h, 1.23,
1.24 userdb-blocking.c, 1.1, 1.2 userdb-blocking.h, 1.1,
1.2 userdb.c, 1.18, 1.19 userdb.h, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list