Changeset 283
- Timestamp:
- 11/04/06 14:12:52 (2 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/cache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r281 r283 1 2006-11-04 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * It seems I'm longer able to do simple comparisons, this 4 should fix #187 and is a real fix for #182 5 1 6 2006-10-26 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 7 eaccelerator/trunk/cache.c
r279 r283 625 625 626 626 if (p->ttl) { 627 if (p->ttl <t) {627 if (p->ttl > t) { 628 628 add_assoc_long(list, "ttl", p->ttl); // ttl 629 629 } else {