]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove extraneous initialization
authorAlan T. DeKok <aland@freeradius.org>
Mon, 30 Jul 2012 16:35:34 +0000 (18:35 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 30 Jul 2012 16:35:34 +0000 (18:35 +0200)
src/lib/hash.c

index 5bcab6bc1d3678e2dd2eee2503ab33a2b4d58c50..20d5ccff4219cb7d62091b3afe2064e7f8577b9e 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;