]> git.gsnw.org Git - fping.git/commit
Fix -4 option when IPv6 disabled
authorPaul B. Henson <henson@acm.org>
Sun, 28 Jul 2019 18:55:26 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 18:55:26 +0000 (11:55 -0700)
commit509f5a59cb717edf3b4ef7fe0fbf6d31f0ed0199
tree7c061a74f359c6e9dbb9c113f949b1714481e8e1
parent12961d59eca1c1647676c634a41af9eb7f23e499
Fix -4 option when IPv6 disabled

When IPv6 is disabled, hints_ai_family is set to AF_INET at initialization, resulting in the error "can't specify both -4 and -6" if the -4 option is supplied. If there's no IPv6, make the -4 option a no-op.
src/fping.c