]> git.gsnw.org Git - fping.git/commit
fix build without IPv6 support
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sun, 11 May 2025 17:11:14 +0000 (19:11 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 24 May 2025 12:46:52 +0000 (14:46 +0200)
commita1c670576dc905f5f12e98d2976456b60511b38b
tree1e36fde1a7cfe70942758c9e14f7b1c3ceb01c5e
parentd9b6d52a8c203eb69abd94ab875777159f2dfd25
fix build without IPv6 support

In commit 57d91b13f20529a23df8c29eaf612d8483e318d8, I missed
one set of "#ifdev IPV6 ... #endif" guards for a piece of code
only relevant for IPv6 support in the generator.  This broke
the build with --disable-ipv6, or without IPv6 support on the
build system.
src/fping.c