beta17 is out, with a small bug

From: Duane Wessels <wessels>
Date: Thu, 13 Jun 96 07:55:03 -0700

Hi folks,

squid-1.0.beta17 has a small typo bug on line 323 of comm.c:

Index: comm.c
===================================================================
RCS file: /surf1/CVS/squid/src/comm.c,v
retrieving revision 1.30.4.38
diff -r1.30.4.38 comm.c
323c323
< if (fd_lifetime > -1 && fd_lifetime[fd] - squid_curtime < lifetime)

---
>       if (fd_lifetime[fd] > -1 && fd_lifetime[fd] - squid_curtime < lifetime)
Duane W.
Received on Thu Jun 13 1996 - 07:55:03 MDT

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