From: Mark Wooding Date: Wed, 6 Jun 2018 19:11:56 +0000 (+0100) Subject: noip.c (acl_allows_p): Check that the ACL node address family is right. X-Git-Tag: 1.2.0~31 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/commitdiff_plain/deedf22d7c74bec2330fd0e555d1dda49e96b26e?hp=deedf22d7c74bec2330fd0e555d1dda49e96b26e noip.c (acl_allows_p): Check that the ACL node address family is right. Oops. `sockaddr_in_range_p' can't check this, because it can only see one address family. ---