diff options
Diffstat (limited to 'src/common/ht.h')
-rw-r--r-- | src/common/ht.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ht.h b/src/common/ht.h index e50ada29c5..d2be68322c 100644 --- a/src/common/ht.h +++ b/src/common/ht.h @@ -24,7 +24,7 @@ } #define HT_INITIALIZER() \ - { 0, NULL, 0, 0, -1 } + { NULL, 0, 0, 0, -1 } #define HT_INIT(root) do { \ (root)->hth_table_length = 0; \ |