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