Right... some of those other calls also needs fixing.
Regards
Henrik
On Tuesday 13 August 2002 22.03, Guido Serassio wrote:
> 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 Wed Aug 14 2002 - 02:19:41 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:05 MST