]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix for dynamically grown hashes
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Wed, 31 Jul 2013 15:01:18 +0000 (15:01 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 1 Apr 2014 15:13:02 +0000 (17:13 +0200)
commit6d729eeac91578dca29961e0e46f246f33c37f0c
tree38727ce4ac7c9d6e06298e374ed1a526fe8effb3
parent4d474fa3297c0d5d632e2c0bff6ccb0edbedaa5d
lib: fix for dynamically grown hashes

Fixes commit 97c84db00c (hash: dynamically grow hash table). The
no_expand field it's not initialized and could make the hashes to
never grow the table index.

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Acked-by: Feng Lu <lu.feng@6wind.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/hash.c