aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_hash.h')
-rw-r--r--src/core/ngx_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hash.h b/src/core/ngx_hash.h
index 76e3c774e..beabcb7c3 100644
--- a/src/core/ngx_hash.h
+++ b/src/core/ngx_hash.h
@@ -14,7 +14,7 @@
typedef struct {
void *value;
- u_char len;
+ u_short len;
u_char name[1];
} ngx_hash_elt_t;