dovecot-1.3: Compile fix when modules are disabled.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 6 21:05:57 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.3/rev/b9272de65955
changeset: 9024:b9272de65955
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 e4d1cc1d9b46 -r b9272de65955 src/lib/module-dir.c
--- a/src/lib/module-dir.c	Fri Apr 03 16:26:15 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