commit | 19db71807f9ad9af8cc994705a18e9dd06f72b5d | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Sat Nov 14 20:24:31 2015 -0500 |
committer | Connor Abbott <cwabbott0@gmail.com> | Tue Feb 02 14:42:40 2016 -0500 |
tree | 52e613e664dee5d1f08d2620a4888959616707fb | |
parent | 8fc2f652a29c7c307b9a076bbda4a5fce5e93361 [diff] |
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>