[dovecot-cvs] dovecot/src/imap-login client.c,1.10,1.11

cras at procontrol.fi cras at procontrol.fi
Sun May 18 20:37:06 EEST 2003


Update of /home/cvs/dovecot/src/imap-login
In directory danu:/tmp/cvs-serv27890/imap-login

Modified Files:
	client.c 
Log Message:
s/host/addr/ in a few network functions



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap-login/client.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- client.c	16 May 2003 17:05:42 -0000	1.10
+++ client.c	18 May 2003 16:37:04 -0000	1.11
@@ -49,7 +49,7 @@
 	if (!verbose_proctitle || !process_per_connection)
 		return;
 
-	host = net_ip2host(&client->common.ip);
+	host = net_ip2addr(&client->common.ip);
 	if (host == NULL)
 		host = "??";
 
@@ -438,7 +438,7 @@
 {
 	const char *host;
 
-	host = net_ip2host(&client->common.ip);
+	host = net_ip2addr(&client->common.ip);
 	if (host == NULL)
 		host = "??";
 



More information about the dovecot-cvs mailing list