]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: Minor comment update.
authorTimo Sirainen <tss@iki.fi>
Wed, 10 Jul 2013 05:42:09 +0000 (08:42 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 10 Jul 2013 05:42:09 +0000 (08:42 +0300)
src/lib-http/http-client-private.h

index 35cc724f6f426d9057052461f32c1c9164699d8f..810f3a23f4f3830a4542e03572620164ce258916 100644 (file)
@@ -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 */