]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sideband.c
Git 1.8.3-rc0
[thirdparty/git.git] / sideband.c
index 8f7b25bf7915ec80d55d8a9f6fa6a8953b495204..d1125f5c528b680f915bb2fbf54231cc8c3b2ec0 100644 (file)
@@ -38,7 +38,7 @@ int recv_sideband(const char *me, int in_stream, int out)
 
        while (1) {
                int band, len;
-               len = packet_read_line(in_stream, buf + pf, LARGE_PACKET_MAX);
+               len = packet_read(in_stream, NULL, NULL, buf + pf, LARGE_PACKET_MAX, 0);
                if (len == 0)
                        break;
                if (len < 1) {