Changeset 4508
- Timestamp:
- 01/28/10 12:21:25 (6 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/cache_backend.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/cache_backend.c
r4494 r4508 99 99 if (dst == 0.0) \ 100 100 dst = params->tmx; \ 101 assert(dst > 0.0); \102 101 } while (0) 103 102
