Changeset 471 for branches/1.2/xcache.c
- Timestamp:
- 2007-08-08T18:08:49+02:00 (6 years ago)
- File:
-
- 1 edited
-
branches/1.2/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xcache.c
r465 r471 719 719 xc_entry_data_php_t *php; 720 720 char *ptr; 721 time_t delta; 721 722 722 723 if (!filename || !SG(request_info).path_translated) { … … 769 770 770 771 stat_done: 771 if (XG(request_time) - pbuf->st_mtime < 2 && !xc_test) { 772 delta = XG(request_time) - pbuf->st_mtime < 2; 773 if (abs(delta) < 2 && !xc_test) { 772 774 return 0; 773 775 }
Note: See TracChangeset
for help on using the changeset viewer.

