Browse Source

Fix a bug in HT_REMOVE.

svn:r6925
Nick Mathewson 18 years ago
parent
commit
8786b4b88e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/common/ht.h

+ 0 - 1
src/common/ht.h

@@ -88,7 +88,6 @@ ht_string_hash(const char *s)
 
 #define _HT_SET_HASH(elm, field, hashfn)        \
   do {                                          \
-    elm->field.hte_next = NULL;                 \
     elm->field.hte_hash = hashfn(elm);          \
   } while (0)