diff --git a/libisofs/image.c b/libisofs/image.c index 65615b8..77dd69d 100644 --- a/libisofs/image.c +++ b/libisofs/image.c @@ -394,7 +394,6 @@ int img_collect_inos(IsoImage *image, IsoDir *dir, int flag) return ret; while (iso_dir_iter_next(iter, &node) == 1 ) { ret = img_register_ino(image, node, 0); - if (ret < 0) if (ret < 0) goto ex; if (iso_node_get_type(node) == LIBISO_DIR) {