Show
Ignore:
Timestamp:
05/06/07 22:24:05 (2 years ago)
Author:
bart
Message:

Patch r283 from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/cache.c

    r276 r304  
    633633                 
    634634                if (p->ttl) { 
    635                     if (p->ttl < t) { 
     635                    if (p->ttl > t) { 
    636636                        add_assoc_long(list, "ttl", p->ttl); // ttl 
    637637                    } else {