Changeset 4603 for trunk/varnish-cache
- Timestamp:
- 03/03/10 10:12:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/cache_http.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/cache_http.c
r4557 r4603 645 645 CHECK_OBJ_NOTNULL(fm, HTTP_MAGIC); 646 646 CHECK_OBJ_NOTNULL(to, HTTP_MAGIC); 647 assert(n < to->shd);647 assert(n < fm->shd); 648 648 Tcheck(fm->hd[n]); 649 649 if (to->nhd < to->shd) {
