Set a variable also in the case of an INET6 only kernel

MFC after:		1 week
This commit is contained in:
Michael Tuexen 2020-06-20 23:48:57 +00:00
parent 00e8fb8001
commit 5087b6e732
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362454

View File

@ -6746,6 +6746,8 @@ sctp_bindx_add_address(struct socket *so, struct sctp_inpcb *inp,
} else {
addr_to_use = sa;
}
#else
addr_to_use = sa;
#endif
break;
#endif