chiark / gitweb /
adns: Use proper variable for aftry array size calculation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Aug 2018 21:29:33 +0000 (22:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Aug 2018 21:30:56 +0000 (22:30 +0100)
commitc548230f70ca5327e1aafb32099b0d6ae410e97e
treec83f20f32fde937a0f7e238a1651d3ed59205fab
parentbcf2f343c795c4968feace1f434be253d4661054
adns: Use proper variable for aftry array size calculation

GCC spots this bug, causing the build to fail with a warning.
Closes:#891544.

The effect is that for reverse lookups only IPv4 would work.
IPv6 should work now.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adns/adns.c
debian/changelog