Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add multi_ack_detailed capability to fetch-pack/upload-pack
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 00e83dcec1d973b069d4c75105aed96634b00994..cc5d4b8c3284a580b5f67fa9eac2c8e810dbeb9f 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-604,7
+604,7
@@
static void finish_request(struct transfer_request *request)
preq = (struct http_pack_request *)request->userData;
if (preq) {
- if (finish_http_pack_request(preq)
>
0)
+ if (finish_http_pack_request(preq)
==
0)
fail = 0;
release_http_pack_request(preq);
}