From: Alan T. DeKok Date: Mon, 30 Jul 2012 16:35:34 +0000 (+0200) Subject: Remove extraneous initialization X-Git-Tag: release_2_2_0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38825e217f5cb32c0f7aa5083723deea08f2e4b;p=thirdparty%2Ffreeradius-server.git Remove extraneous initialization --- diff --git a/src/lib/hash.c b/src/lib/hash.c index 5bcab6bc1d3..20d5ccff421 100644 --- a/src/lib/hash.c +++ b/src/lib/hash.c @@ -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;