hashmap: drop assert(h) from hashmap_next()
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 10 Oct 2014 21:30:21 +0000 (23:30 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 23 Oct 2014 15:38:02 +0000 (17:38 +0200)
commitdd0124f6cb6ff7da1ce8be23ec7e1137fe15958d
treee26926a32909ddb78d605f3bf447103299ae1ac5
parentbf3d3e2bb7ae2d3854be57f28dd1403c8f7e4c3c
hashmap: drop assert(h) from hashmap_next()

It's handled just fine by returning NULL.
src/shared/hashmap.c