typo in helper.c

From: Evgeny Kotsuba <evgen__k@dont-contact.us>
Date: Thu, 11 Mar 2004 16:54:52 +0300

Hi,

S2_5/squid-s2_5/src/helper.c has two double strings in
================
static void
Enqueue(helper * hlp, helper_request * r)
{
     dlink_node *link = memAllocate(MEM_DLINK_NODE);
     dlinkAddTail(r, link, &hlp->queue);
     hlp->stats.queue_size++;
     if (hlp->stats.queue_size < hlp->n_running)
        return;
- if (hlp->stats.queue_size < hlp->n_running)
- return;
================
SY,
Evgeny Kotsuba
Received on Thu Mar 11 2004 - 06:57:16 MST

This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:04 MST