Let sockaddr_storage_to_ip() assert that the address family is AF_INET or AF_INET6
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Jun 2017 14:43:10 +0000 (14:43 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Jun 2017 14:43:10 +0000 (14:43 +0000)
commit91f1a0a9247ca0d106678b44161a9a99cb33085c
tree1f08887ad49bb0ed9167a903bfe96fc84029e630
parentac4021e8a919ef7f9308c28204ade61466a73541
Let sockaddr_storage_to_ip() assert that the address family is AF_INET or AF_INET6

Privoxy currently doesn't support any other address families
so there's no need to pretent to handle them.
filters.c