[dovecot-cvs] dovecot/src/util rawlog.c,1.11,1.12

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


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

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



Index: rawlog.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/rawlog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rawlog.c	26 Jan 2007 13:58:57 -0000	1.11
+++ rawlog.c	8 Mar 2007 22:07:32 -0000	1.12
@@ -310,7 +310,7 @@
 	process_title_set(t_strdup_printf("[%s:%s rawlog]", getenv("USER"),
 					  dec2str(getppid())));
 
-	ioloop = io_loop_create(system_pool);
+	ioloop = io_loop_create();
 	rawlog_proxy_create(0, 1, sfd[0], path, flags);
 	io_loop_run(ioloop);
 	io_loop_destroy(&ioloop);



More information about the dovecot-cvs mailing list