chiark / gitweb /
noip.c (acl_allows_p): Check that the ACL node address family is right.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:11:56 +0000 (20:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:13:04 +0000 (20:13 +0100)
commitdeedf22d7c74bec2330fd0e555d1dda49e96b26e
treead17025de302740d4c5bebe24cbd53d31d2addf5
parentc6569cc90f9557c622534594cc7e9a5f67193bd1
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.
noip.c