Changeset a918cf4a0b80ccf6e34e400307458c580dc9de46 for src
- Timestamp:
- 07/08/11 05:22:34 (2 years ago)
- git-parent:
- Files:
-
- src/noit_http.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_http.c
r0243769 ra918cf4 149 149 /*noitL(noit_error, "bchain_alloc(%p) : %d\n", n, line);*/ 150 150 if(!n) return NULL; 151 n->type = BCHAIN_INLINE; 151 152 n->prev = n->next = NULL; 152 153 n->start = n->size = 0;
