[dovecot-cvs] dovecot-lda/src deliver.c,1.39,1.40

cras at dovecot.org cras at dovecot.org
Tue Mar 21 11:15:24 EET 2006


Update of /var/lib/cvs/dovecot-lda/src
In directory talvi:/tmp/cvs-serv12695

Modified Files:
	deliver.c 
Log Message:
Fixed to compile with latest Dovecot's module-dir changes.



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/deliver.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- deliver.c	8 Feb 2006 11:39:29 -0000	1.39
+++ deliver.c	21 Mar 2006 09:15:22 -0000	1.40
@@ -645,7 +645,7 @@
 		i_fatal("Unknown lock_method: %s", str);
 
 	modules = getenv("MODULE_DIR") == NULL ? NULL :
-		module_dir_load(getenv("MODULE_DIR"), TRUE);
+		module_dir_load(getenv("MODULE_DIR"), NULL, TRUE);
 
 	/* FIXME: how should we handle namespaces? */
 	storage = mail_storage_create_with_data(mail_env, destination,



More information about the dovecot-cvs mailing list