X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=reachable.c;h=00f289f2f470c0f4b95e0fcac043aa2e054d1ce6;hb=aa8d53ec387a7baf72ab5e3a91c35bb5bf20eb4d;hp=6383401e2dd6bef3251a105ac136312dfdcdeb3c;hpb=1a6f3999998a22325ff820bf8c840e3baf3d2281;p=git.git diff --git a/reachable.c b/reachable.c index 6383401e2..00f289f2f 100644 --- a/reachable.c +++ b/reachable.c @@ -176,7 +176,7 @@ static void add_cache_refs(struct rev_info *revs) * lookup_blob() on them, to avoid populating the hash table * with invalid information */ - if (S_ISGITLINK(ntohl(active_cache[i]->ce_mode))) + if (S_ISGITLINK(active_cache[i]->ce_mode)) continue; lookup_blob(active_cache[i]->sha1);