util/hash_table: don't compare deleted entries
authorConnor Abbott <cwabbott0@gmail.com>
Sun, 15 Nov 2015 01:24:31 +0000 (20:24 -0500)
committerConnor Abbott <cwabbott0@gmail.com>
Tue, 2 Feb 2016 19:42:40 +0000 (14:42 -0500)
commit19db71807f9ad9af8cc994705a18e9dd06f72b5d
tree52e613e664dee5d1f08d2620a4888959616707fb
parent8fc2f652a29c7c307b9a076bbda4a5fce5e93361
util/hash_table: don't compare deleted entries

The equivalent of the last patch for the hash table. I'm not aware of
any issues this fixes.

v2:
- use entry_is_deleted (Timothy)

Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
src/util/hash_table.c