aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_hunk.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-30 16:51:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-30 16:51:33 +0000
commitb5910d497e51bac754b0a5bdbd58318b653e0859 (patch)
tree332719a81bd2b8c7efb7ad5a1077d9c36bc879b5 /src/core/ngx_hunk.c
parent68ee8f144242965c9650ad99604d1717c0f84c18 (diff)
downloadnginx-b5910d497e51bac754b0a5bdbd58318b653e0859.tar.gz
nginx-b5910d497e51bac754b0a5bdbd58318b653e0859.zip
nginx-0.0.1-2003-10-30-19:51:33 import
Diffstat (limited to 'src/core/ngx_hunk.c')
-rw-r--r--src/core/ngx_hunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hunk.c b/src/core/ngx_hunk.c
index 3799cef78..de57a5d02 100644
--- a/src/core/ngx_hunk.c
+++ b/src/core/ngx_hunk.c
@@ -115,7 +115,7 @@ void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
*out = NULL;
while (*busy) {
- if (ngx_hunk_size((*busy)->hunk) > 0) {
+ if (ngx_hunk_size((*busy)->hunk) != 0) {
break;
}