This commit doesn't exist
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
3
mud.c
3
mud.c
@@ -468,9 +468,6 @@ mud_sso_int(int fd, int level, int optname, int opt)
|
|||||||
static int
|
static int
|
||||||
mud_cmp_addr(struct sockaddr_storage *a, struct sockaddr_storage *b)
|
mud_cmp_addr(struct sockaddr_storage *a, struct sockaddr_storage *b)
|
||||||
{
|
{
|
||||||
if (a == b)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (a->ss_family != b->ss_family)
|
if (a->ss_family != b->ss_family)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user