[dovecot-cvs] dovecot/src/master main.c,1.93,1.94

tss at dovecot.org tss at dovecot.org
Sat Nov 4 18:45:04 UTC 2006


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv28597/master

Modified Files:
	main.c 
Log Message:
Changed ips_count to unsigned int in net_gethostbyname(). Also removed
duplicated API comments from network.c.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/main.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- main.c	13 Oct 2006 23:50:10 -0000	1.93
+++ main.c	4 Nov 2006 18:45:02 -0000	1.94
@@ -252,7 +252,8 @@
 {
 	struct ip_addr *ip_list;
 	const char *p;
-	int ret, ips_count;
+	unsigned int ips_count;
+	int ret;
 
 	if (*name == '\0') {
                 /* defaults to "*" or "[::]" */



More information about the dovecot-cvs mailing list