Changeset 474 for trunk/xcache.c

Show
Ignore:
Timestamp:
08/08/2007 04:15:03 PM (17 months ago)
Author:
moo
Message:

oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r472 r474  
    831831 
    832832stat_done: 
    833         delta = XG(request_time) - pbuf->st_mtime < 2; 
     833        delta = XG(request_time) - pbuf->st_mtime; 
    834834        if (abs(delta) < 2 && !xc_test) { 
    835835            return FAILURE;