diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-04-15 15:06:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-04-15 15:06:52 +0000 |
| commit | 153d743b071263686878c7a72b313a060cd2b9d8 (patch) | |
| tree | 7e5afd98a2ccd1e4ecbc73f7c81d01ae2119605f /src/core/ngx_hunk.h | |
| parent | 9e4920b810e1e5e620d3c3638b20cef7446baa6d (diff) | |
| download | nginx-153d743b071263686878c7a72b313a060cd2b9d8.tar.gz nginx-153d743b071263686878c7a72b313a060cd2b9d8.tar.bz2 | |
nginx-0.0.1-2003-04-15-19:06:52 import
Diffstat (limited to 'src/core/ngx_hunk.h')
| -rw-r--r-- | src/core/ngx_hunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hunk.h b/src/core/ngx_hunk.h index ddf4d04d2..c097289d8 100644 --- a/src/core/ngx_hunk.h +++ b/src/core/ngx_hunk.h @@ -79,7 +79,7 @@ ngx_hunk_t *ngx_create_temp_hunk(ngx_pool_t *pool, int size, #define ngx_add_hunk_to_chain(chain, h, pool, error) \ do { \ - ngx_test_null(chain, ngx_create_chain_entry(pool), error); \ + ngx_test_null(chain, ngx_alloc_chain_entry(pool), error); \ chain->hunk = h; \ chain->next = NULL; \ } while (0); |
