Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
8786b4b8
Commit
8786b4b8
authored
Jul 27, 2006
by
Nick Mathewson
🎨
Browse files
Fix a bug in HT_REMOVE.
svn:r6925
parent
45c3a436
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/ht.h
View file @
8786b4b8
...
@@ -88,7 +88,6 @@ ht_string_hash(const char *s)
...
@@ -88,7 +88,6 @@ ht_string_hash(const char *s)
#define _HT_SET_HASH(elm, field, hashfn) \
#define _HT_SET_HASH(elm, field, hashfn) \
do { \
do { \
elm->field.hte_next = NULL; \
elm->field.hte_hash = hashfn(elm); \
elm->field.hte_hash = hashfn(elm); \
} while (0)
} while (0)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment