diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-04-24 14:16:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-25 09:29:38 -0700 |
commit | 785a9857496ae1b71b168f6d79306ca233ec0cd6 (patch) | |
tree | da380e42df7032933f59fe9c527a1a8887afdd11 /diff.c | |
parent | 911198f6c09e2a60451cf1a295ce4532ff11781c (diff) | |
download | git-785a9857496ae1b71b168f6d79306ca233ec0cd6.tar.gz git-785a9857496ae1b71b168f6d79306ca233ec0cd6.tar.xz |
connect: replace inet_ntop with getnameinfo
inet_ntop is not protocol independent.
getnameinfo(3) is part of POSIX and is available when getaddrinfo(3) is.
This code is only compiled when NO_IPV6 isn't defined.
The old method was buggy anyway, not every ipv6 address was converted
properly because the buffer (addr) was too small.
Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions