dovecot-1.2: Compile fix when modules are disabled.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 6 21:05:19 EEST 2009
details: http://hg.dovecot.org/dovecot-1.2/rev/7cac67415704
changeset: 8917:7cac67415704
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 06 14:05:12 2009 -0400
description:
Compile fix when modules are disabled.
diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
src/lib/module-dir.c | 3 ++-
diffs (13 lines):
diff -r 505f1b4cbd88 -r 7cac67415704 src/lib/module-dir.c
--- a/src/lib/module-dir.c Fri Apr 03 18:23:17 2009 -0400
+++ b/src/lib/module-dir.c Mon Apr 06 14:05:12 2009 -0400
@@ -362,7 +362,8 @@ void module_dir_unload(struct module **m
struct module *module_dir_load(const char *dir ATTR_UNUSED,
const char *module_names ATTR_UNUSED,
- bool require_init_funcs ATTR_UNUSED)
+ bool require_init_funcs ATTR_UNUSED,
+ const char *version ATTR_UNUSED)
{
i_error("Dynamically loadable module support not built in");
return NULL;
More information about the dovecot-cvs
mailing list