DORMANTno replies

[PATCH] upload-pack: fix a sparse '0 as NULL pointer' warning

From: Ramsay Jones <hidden>
Date: 2020-06-15 23:00:29
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Ramsay Jones <redacted>
---

Hi Jonathan,

If you need to re-roll your 'jt/cdn-offload' branch, could you please
squash this into the relevant patch (commit dd4b732df7 (upload-pack: send
part of packfile response as uri, 2020-06-10)).

Thanks!

ATB,
Ramsay Jones

 upload-pack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upload-pack.c b/upload-pack.c
index b4fd85fb9a..951a2b23aa 100644
--- a/upload-pack.c
+++ b/upload-pack.c
@@ -1246,7 +1246,7 @@ void upload_pack(struct upload_pack_options *options)
 		receive_needs(&data, &reader);
 		if (data.want_obj.nr) {
 			get_common_commits(&data, &reader);
-			create_pack_file(&data, 0);
+			create_pack_file(&data, NULL);
 		}
 	}
 
-- 
2.27.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help