From: Timo Sirainen Date: Wed, 10 Jul 2013 05:42:09 +0000 (+0300) Subject: lib-http: Minor comment update. X-Git-Tag: 2.2.5~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=524d89a40565709964b7ee5e8324a400dc53656b;p=thirdparty%2Fdovecot%2Fcore.git lib-http: Minor comment update. --- diff --git a/src/lib-http/http-client-private.h b/src/lib-http/http-client-private.h index 35cc724f6f..810f3a23f4 100644 --- a/src/lib-http/http-client-private.h +++ b/src/lib-http/http-client-private.h @@ -79,7 +79,7 @@ struct http_client_host_port { /* 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 */