svn commit: r362454 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sat Jun 20 23:48:58 UTC 2020
Author: tuexen
Date: Sat Jun 20 23:48:57 2020
New Revision: 362454
URL: https://svnweb.freebsd.org/changeset/base/362454
Log:
Set a variable also in the case of an INET6 only kernel
MFC after: 1 week
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c Sat Jun 20 21:32:14 2020 (r362453)
+++ head/sys/netinet/sctputil.c Sat Jun 20 23:48:57 2020 (r362454)
@@ -6746,6 +6746,8 @@ sctp_bindx_add_address(struct socket *so, struct sctp_
} else {
addr_to_use = sa;
}
+#else
+ addr_to_use = sa;
#endif
break;
#endif
More information about the svn-src-all
mailing list