Re: typo in helper.c

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 11 Mar 2004 16:22:02 +0100 (CET)

Good catch.

There is several other similar non-fatal logics errors in those lines..
cleaning up.

Regards
Henrik

On Thu, 11 Mar 2004, Evgeny Kotsuba wrote:

> 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 - 08:22:04 MST

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