Fix a harmless-to-us bug in ht.h.
commit0fe5ce423a38520b2a7a214bad8bb4fbfd3073cb
authorNick Mathewson <nickm@torproject.org>
Sat, 10 Jan 2009 14:40:43 +0000 (10 14:40 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 10 Jan 2009 14:40:43 +0000 (10 14:40 +0000)
treebd3bddce2bd54948e3291236858e9af0ac801ba6
parentdbc8a44baee759e301517249c37e47359a5381b3
Fix a harmless-to-us bug in ht.h.
There was a field that _HT_FOI_INSERT was never setting. Everything that calls _HT_FOI_INSERT was setting it via tor_malloc_zero, but that's fragile.

svn:r18064
src/common/ht.h