fix r1416
Igor Sysoev
14 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/core/ngx_hash.c
less
more
895
895
return NGX_ERROR;
896
896
}
897
897
898
ngx_cpystrn(p, key->data, last - 1);
898
ngx_cpystrn(p, key->data, last);
899
899
900
900
hwc = &ha->dns_wc_tail;
901
901
keys = &ha->dns_wc_tail_hash[k];