[dovecot-cvs] dovecot/src/auth main.c,1.59,1.60

tss at dovecot.org tss at dovecot.org
Fri Mar 9 00:07:46 EET 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv6377/auth

Modified Files:
	main.c 
Log Message:
Removed pool parameter from io_loop_create()



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/main.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- main.c	19 Jan 2007 15:19:32 -0000	1.59
+++ main.c	8 Mar 2007 22:07:44 -0000	1.60
@@ -305,7 +305,7 @@
 	/* NOTE: we start rooted, so keep the code minimal until
 	   restrict_access_by_env() is called */
 	lib_init();
-	ioloop = io_loop_create(system_pool);
+	ioloop = io_loop_create();
 
 	while (argv[1] != NULL) {
 		if (strcmp(argv[1], "-F") == 0)



More information about the dovecot-cvs mailing list