http-push.c: rearrange xcalloc arguments
commitf3d51ffde88323fd4a5c18ac19a47cf571f62ae4
authorBrian Gesiak <modocache@gmail.com>
Mon, 26 May 2014 15:33:50 +0000 (27 00:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2014 21:02:45 +0000 (27 14:02 -0700)
tree9e337f32161d3e5a077fd57fc4b4b22a5aabe906
parent1a4927c5c54f737353323fd7bcd2045ee0985e1a
http-push.c: rearrange xcalloc arguments

xcalloc() takes two arguments: the number of elements and their size.
http-push passes the arguments in reverse order, passing the size
of a repo, followed by the number to allocate.

Rearrange them so they are in the correct order.

Signed-off-by: Brian Gesiak <modocache@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c