Commit a9d081e5 by Michael Schubert

Fix -Wmaybe-uninitialized warning

parent 70ecec1a
...@@ -653,7 +653,7 @@ static int update_refs_from_report( ...@@ -653,7 +653,7 @@ static int update_refs_from_report(
{ {
git_pkt_ref *ref; git_pkt_ref *ref;
push_spec *push_spec; push_spec *push_spec;
push_status *push_status; push_status *push_status = NULL;
size_t i, j, refs_len; size_t i, j, refs_len;
int cmp; int cmp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment