From e1c3195bacfa4cde71ad43f82cbf2ddfc5669439 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 2 Mar 2009 21:49:51 +0000 Subject: [PATCH] axe a fearful comment that was addressed before committing r749438 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749445 13f79535-47bb-0310-9956-ffa450edef68 --- support/ab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/ab.c b/support/ab.c index 0f1aef5a9d..9b1ce304bf 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1254,7 +1254,7 @@ static void start_connect(struct connection * c) } /* connected first time */ - set_conn_state(c, STATE_CONNECTED); /* will this waste a pollset call? */ + set_conn_state(c, STATE_CONNECTED); started++; #ifdef USE_SSL if (c->ssl) { -- 2.40.0