Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transport-helper.c: rearrange xcalloc arguments
xcalloc() takes two arguments: the number of elements and their size. transport_helper_init passes the arguments in reverse order, passing the size of a helper_data*, 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>
- Loading branch information