simply ignore unknown address family.
MFC after: 1 week
This commit is contained in:
parent
c897882706
commit
6f86e1feb0
@ -407,10 +407,8 @@ enter(inp, state, proto)
|
||||
sa6->sin6_len = sizeof(struct sockaddr_in6);
|
||||
}
|
||||
#endif
|
||||
else {
|
||||
error("Unsupported address family");
|
||||
else
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Only take exact matches, any sockets with
|
||||
|
Loading…
Reference in New Issue
Block a user