if inet_ntop() is available, use it, even if IPv6 support is disabled
Support for using inet_ntop()
was originally added to support IPv6,
and only used if IPv6 support was enabled. Two decades later, support
for inet_ntop()
is ubiquitous and OS'es have marked inet_ntoa()
as deprecated, so use the modern interface whenever we can now.
Merge request reports
Activity
assigned to @marge-bot
mentioned in commit alanc/xauth@0228cc6e
added 1 commit
- 0228cc6e - if inet_ntop() is available, use it, even if IPv6 support is disabled