]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote-curl.c
test-ref-store: remove force-create argument for create-reflog
[thirdparty/git.git] / remote-curl.c
index 5975103b96af34959713697f18de8ededf9272c5..d69156312bda65c7f081a0bfd8c91b043f676487 100644 (file)
@@ -1088,7 +1088,7 @@ static int rpc_service(struct rpc_state *rpc, struct discovery *heads,
                rpc->protocol_header = NULL;
 
        while (!err) {
-               int n = packet_read(rpc->out, NULL, NULL, rpc->buf, rpc->alloc, 0);
+               int n = packet_read(rpc->out, rpc->buf, rpc->alloc, 0);
                if (!n)
                        break;
                rpc->pos = 0;