mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
Unbreak INET-less build.
Reported by bz@ MFC after: 1 week
This commit is contained in:
parent
b70cddba44
commit
b7e08865e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222077
@ -3129,8 +3129,8 @@ sctp_choose_boundall(struct sctp_inpcb *inp,
|
||||
}
|
||||
#endif
|
||||
out:
|
||||
if (sifa) {
|
||||
#ifdef INET
|
||||
if (sifa) {
|
||||
if (retried == 1) {
|
||||
LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
|
||||
if (dest_is_loop == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
|
||||
|
Loading…
Reference in New Issue
Block a user