X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=reachable.c;h=00f289f2f470c0f4b95e0fcac043aa2e054d1ce6;hb=990732609ce735c482e571ad95767edf1d693b41;hp=6383401e2dd6bef3251a105ac136312dfdcdeb3c;hpb=a41acc63badf20cbb22cca61039dca9309deaa19;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);