[dovecot-cvs] dovecot/src/lib-index mail-index-util.c,1.21,1.22

cras at procontrol.fi cras at procontrol.fi
Fri Mar 21 08:47:08 EET 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv16165/lib-index

Modified Files:
	mail-index-util.c 
Log Message:
Call the hostpid_init() always at startup. Easier than doing it all around.



Index: mail-index-util.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index-util.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mail-index-util.c	24 Feb 2003 18:45:38 -0000	1.21
+++ mail-index-util.c	21 Mar 2003 06:47:05 -0000	1.22
@@ -93,8 +93,6 @@
 {
 	int fd;
 
-	hostpid_init();
-
 	/* use ".temp.host.pid" as temporary file name. unlink() it first,
 	   just to be sure it's not symlinked somewhere for some reason..
 	   FIXME: this function should rather be removed entirely. With




More information about the dovecot-cvs mailing list