Latest helper.c changes: something forgotten ?

From: Guido Serassio <serassio@dont-contact.us>
Date: Tue, 13 Aug 2002 22:03:07 +0200

Hi Henrik

The latest changes in helper.c was like this:

@@ -738,8 +740,9 @@
             tvSubUsec(srv->dispatch_time, current_time),
             hlp->stats.replies, REDIRECT_AV_FACTOR);
         if (srv->flags.shutdown) {
- comm_close(srv->wfd);
+ int wfd = srv->wfd;
             srv->wfd = -1;
+ comm_close(wfd);
         } else
             helperKickQueue(hlp);
      } else {

but in helper.c there are still more lines containing 'comm_close(srv->wfd)'
(lines 570, 643, 677, 1055 in HEAD).

Is this correct ?

Regards

Guido

-
=======================================================
Serassio Guido
Via Albenga, 11/4 10134 - Torino - ITALY
E-mail: guido.serassio@serassio.it
WWW: http://www.serassio.it
Received on Tue Aug 13 2002 - 14:03:11 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:05 MST