[dovecot-cvs] dovecot/src/lib module-dir.c,1.6,1.7
cras at dovecot.org
cras at dovecot.org
Tue Jul 20 15:45:16 EEST 2004
- Previous message: [dovecot-cvs] dovecot/src/lib md5.c,1.7,1.8
- Next message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.12,
1.13 mail-cache-decisions.c, 1.5, 1.6 mail-cache-fields.c, 1.1,
1.2 mail-cache-lookup.c, 1.14, 1.15 mail-cache-private.h, 1.10,
1.11 mail-cache-transaction.c, 1.15, 1.16 mail-cache.c, 1.41,
1.42 mail-cache.h, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv16250
Modified Files:
module-dir.c
Log Message:
Compile fix when modules were disabled. Patch by Andrey Panin.
Index: module-dir.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/module-dir.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module-dir.c 30 May 2004 21:15:19 -0000 1.6
+++ module-dir.c 20 Jul 2004 12:45:13 -0000 1.7
@@ -150,7 +150,7 @@
#else
-struct module *module_dir_load(const char *dir __attr_unused__)
+struct module *module_dir_load(const char *dir __attr_unused__, int require_init_funcs __attr_unused__)
{
i_error("Dynamically loadable module support not built in");
return NULL;
- Previous message: [dovecot-cvs] dovecot/src/lib md5.c,1.7,1.8
- Next message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.12,
1.13 mail-cache-decisions.c, 1.5, 1.6 mail-cache-fields.c, 1.1,
1.2 mail-cache-lookup.c, 1.14, 1.15 mail-cache-private.h, 1.10,
1.11 mail-cache-transaction.c, 1.15, 1.16 mail-cache.c, 1.41,
1.42 mail-cache.h, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list