[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-save.c,1.35,1.36

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


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

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



Index: mbox-save.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-save.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- mbox-save.c	19 Feb 2003 23:37:23 -0000	1.35
+++ mbox-save.c	21 Mar 2003 06:47:06 -0000	1.36
@@ -93,7 +93,6 @@
 	if (*my_hostdomain == '\0') {
 		struct hostent *hent;
 
-		hostpid_init();
 		hent = gethostbyname(my_hostname);
 
 		name = hent != NULL ? hent->h_name : NULL;




More information about the dovecot-cvs mailing list