Changeset 473

Show
Ignore:
Timestamp:
08/08/2007 06:14:54 PM (6 years ago)
Author:
moo
Message:

oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/xcache.c

    r471 r473  
    770770 
    771771stat_done: 
    772         delta = XG(request_time) - pbuf->st_mtime < 2; 
     772        delta = XG(request_time) - pbuf->st_mtime; 
    773773        if (abs(delta) < 2 && !xc_test) { 
    774774            return 0;