]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Removed duplicate code
authorAlan T. DeKok <aland@freeradius.org>
Mon, 16 May 2011 12:17:40 +0000 (14:17 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 May 2011 12:17:40 +0000 (14:17 +0200)
src/lib/hash.c

index b7bbf0988f7cce147d7224a619962680a8cdd3f5..48d8c989164e7677e995da0dc7500aca6bec5009 100644 (file)
@@ -311,7 +311,7 @@ fr_hash_table_t *fr_hash_table_create(fr_hash_table_hash_t hashNode,
  */
 static void fr_hash_table_fixup(fr_hash_table_t *ht, uint32_t entry)
 {
-       uint32_t parent_entry = parent_of(entry);
+       uint32_t parent_entry;
        fr_hash_entry_t **last, *cur;
        uint32_t this;