Commit Diff


commit - a244cd923ce2b5d7e81afd34b5ab402b87a69abb
commit + 5a48964292096032ae4d1425bdf8ce32c465fa62
blob - d53de8818b0c88fe4d933db6ea92d3a691ec9f2d
blob + 03fb686ffdb8eb99293c6996252cfa4738d6fa99
--- lib/privsep.c
+++ lib/privsep.c
@@ -637,6 +637,7 @@ got_privsep_recv_fetch_progress(int *done, struct got_
 	*id = NULL;
 	*refname = NULL;
 	*server_progress = NULL;
+	*packfile_size = 0;
 
 	err = got_privsep_recv_imsg(&imsg, ibuf, 0);
 	if (err)