dovecot-2.2: lib-http: Minor comment update.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jul 10 08:42:13 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/f296a05246fb
changeset: 16588:f296a05246fb
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jul 10 08:42:09 2013 +0300
description:
lib-http: Minor comment update.

diffstat:

 src/lib-http/http-client-private.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 331d0a4fe772 -r f296a05246fb src/lib-http/http-client-private.h
--- a/src/lib-http/http-client-private.h	Sat Jul 06 14:46:16 2013 +1000
+++ b/src/lib-http/http-client-private.h	Wed Jul 10 08:42:09 2013 +0300
@@ -79,7 +79,7 @@
 	/* current index in host->ips */
 	unsigned int ips_connect_idx;
 	/* the first IP that started the current round of connection attempts.
-	   initially 0, and later set to the (ip_idx+1) of the last successful
+	   initially 0, and later set to the ip index of the last successful
 	   connected IP */
 	unsigned int ips_connect_start_idx;
 	/* number of connections trying to connect for this host+port */


More information about the dovecot-cvs mailing list