fsck-objects: do not segfault on missing tree in cache-tree
authorJunio C Hamano <junkio@cox.net>
Thu, 4 May 2006 04:17:45 +0000 (21:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 4 May 2006 04:17:45 +0000 (21:17 -0700)
commit6d60bbefdc2a42614069024b0a38db8c2de33967
tree478dff4b900cdd20cededf7e6dcac9ec124391ae
parent00703e6d6822f81e7b22d079b7e6d9d044f46cf0
fsck-objects: do not segfault on missing tree in cache-tree

Even if trees are missing in cache-tree, we should continue and
check the rest of the object database.

Signed-off-by: Junio C Hamano <junkio@cox.net>
fsck-objects.c