Fix the build for an INET6 only configuration.

The fix from the last commit is actually needed twice...

MFC after:		1 week
This commit is contained in:
Michael Tuexen 2020-06-21 09:56:09 +00:00
parent f270658873
commit 171edd2110
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362462

View File

@ -6853,6 +6853,8 @@ sctp_bindx_delete_address(struct sctp_inpcb *inp,
} else {
addr_to_use = sa;
}
#else
addr_to_use = sa;
#endif
break;
#endif