src/utils_cache.c: Add a missing `continue'.
authorPaul Sadauskas <psadauskas@gmail.com>
Wed, 8 Jul 2009 08:49:23 +0000 (10:49 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 8 Jul 2009 08:49:23 +0000 (10:49 +0200)
commit526320a0389a54a3629038fe6b34da8c6d4eec0e
treecd790e65822449d1fcb57013116682d9131b2486
parent1940ec77070be4a13bd7905f18a1c70d0f9ada64
src/utils_cache.c: Add a missing `continue'.

tokkee on IRC & I think we found a bug with utils_cache.c. The uc_check_timeout
function is missing a continue after the "uninteresting" service check, that
causes a key to be null.

This probably caused an assertion failure in cache_compare as reported by
Mariusz.
src/utils_cache.c