Index: /eaccelerator/branches/0.9.5/cache.c
===================================================================
--- /eaccelerator/branches/0.9.5/cache.c	(revision 276)
+++ /eaccelerator/branches/0.9.5/cache.c	(revision 304)
@@ -633,5 +633,5 @@
                 
                 if (p->ttl) {
-                    if (p->ttl < t) {
+                    if (p->ttl > t) {
                         add_assoc_long(list, "ttl", p->ttl); // ttl
                     } else {
Index: /eaccelerator/branches/0.9.5/ChangeLog
===================================================================
--- /eaccelerator/branches/0.9.5/ChangeLog	(revision 284)
+++ /eaccelerator/branches/0.9.5/ChangeLog	(revision 304)
@@ -1,2 +1,6 @@
+2007-05-06  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>
+
+        * Patch r283 from trunk
+
 2006-11-08  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>
 
