This commit doesn't exist

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-11-19 11:56:17 +00:00
parent 79dc61e7dc
commit 0537b01d4b

3
mud.c
View File

@@ -468,9 +468,6 @@ mud_sso_int(int fd, int level, int optname, int opt)
static int
mud_cmp_addr(struct sockaddr_storage *a, struct sockaddr_storage *b)
{
if (a == b)
return 0;
if (a->ss_family != b->ss_family)
return 1;