Unbreak INET-less build.

Reported by bz@
MFC after: 1 week
This commit is contained in:
Michael Tuexen 2011-05-18 19:49:39 +00:00
parent b70cddba44
commit b7e08865e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222077

View File

@ -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)) {