Set a variable also in the case of an INET6 only kernel
MFC after: 1 week
This commit is contained in:
parent
00e8fb8001
commit
5087b6e732
@ -6746,6 +6746,8 @@ sctp_bindx_add_address(struct socket *so, struct sctp_inpcb *inp,
|
|||||||
} else {
|
} else {
|
||||||
addr_to_use = sa;
|
addr_to_use = sa;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
addr_to_use = sa;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user