Преглед изворни кода

Fix a bug in HT_REMOVE.

svn:r6925
Nick Mathewson пре 19 година
родитељ
комит
8786b4b88e
1 измењених фајлова са 0 додато и 1 уклоњено
  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)