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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to