Backport r18064: fix harmless-to-us bug in ht.h

svn:r18067
This commit is contained in:
Nick Mathewson 2009-01-10 14:49:41 +00:00
parent b274ea202e
commit 866b6f5cec
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ ht_string_hash(const char *s)
#define _HT_FOI_INSERT(field, head, elm, newent, var) \
{ \
newent->field.hte_hash = (elm)->field.hte_hash; \
newent->field.hte_next = NULL; \
*var = newent; \
++((head)->hth_n_entries); \
}