count incomming requests correctly
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 9 Oct 2006 15:10:40 +0000 (15:10 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 9 Oct 2006 15:10:40 +0000 (15:10 +0000)
org.glite.lb.server-bones/src/srvbones.c

index b4b8b3f..40c87d5 100644 (file)
@@ -389,7 +389,6 @@ static int slave(slave_data_init_hnd data_init_hnd, int sock)
                        {
                                kick_client = KICK_HANDLER;
                        } else {
-                               req_cnt++;
                                first_request = 0;
                                to = set_request_to;
                                if ((rv = services[srv].on_request_hnd(conn,to.tv_sec>=0 ? &to : NULL,clnt_data)) == ENOTCONN) {