object-refs: avoid division by zero
authorAndre Noll <maan@systemlinux.org>
Wed, 21 Jun 2006 02:46:05 +0000 (04:46 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 10:56:00 +0000 (03:56 -0700)
Currently, we don't check refs_hash_size size and happily call
lookup_object_refs() even if refs_hash_size is zero which leads to
a division by zero in hash_obj().

Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found