[dovecot-cvs] dovecot/src/imap main.c,1.49,1.50

cras at procontrol.fi cras at procontrol.fi
Sun May 30 06:57:18 EEST 2004


Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv21174/imap

Modified Files:
	main.c 
Log Message:
Added support for password scheme plugins. auth module dir defaults under
module_dir now.



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/main.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- a/main.c	10 May 2004 17:45:13 -0000	1.49
+++ b/main.c	30 May 2004 03:57:15 -0000	1.50
@@ -111,7 +111,7 @@
 	commands_init();
 
 	modules = getenv("MODULE_DIR") == NULL ? NULL :
-		module_dir_load(getenv("MODULE_DIR"));
+		module_dir_load(getenv("MODULE_DIR"), TRUE);
 
 	str = getenv("IMAP_MAX_LINE_LENGTH");
 	imap_max_line_length = str != NULL ?



More information about the dovecot-cvs mailing list