diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c index d707beecfac9..51b63ff8d52a 100644 --- a/sys/netinet/sctputil.c +++ b/sys/netinet/sctputil.c @@ -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