X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-walker.c;h=c5a3ea3b31045be9407579a9d1aba222ee3e9914;hb=ea0b767c1ea66f687e58a9fcff45a5a518e699c3;hp=0dbad3c888c6c9441af4d9550fd147ecb5b1aaf3;hpb=2a5643da732b70004920f75efa1ebdc2a6ed1689;p=git.git diff --git a/http-walker.c b/http-walker.c index 0dbad3c88..c5a3ea3b3 100644 --- a/http-walker.c +++ b/http-walker.c @@ -231,7 +231,6 @@ static void finish_object_request(struct object_request *obj_req) { struct stat st; - fchmod(obj_req->local, 0444); close(obj_req->local); obj_req->local = -1; if (obj_req->http_code == 416) {