Author: tuexen
Date: Sun Jul  7 15:52:37 2013
New Revision: 252957
URL: http://svnweb.freebsd.org/changeset/base/252957

Log:
  MFC r244728:
  Fix a copy and paste error.

Modified:
  stable/9/sys/netinet/sctputil.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet/sctputil.c
==============================================================================
--- stable/9/sys/netinet/sctputil.c     Sun Jul  7 15:51:28 2013        
(r252956)
+++ stable/9/sys/netinet/sctputil.c     Sun Jul  7 15:52:37 2013        
(r252957)
@@ -4955,7 +4955,7 @@ sctp_get_ifa_hash_val(struct sockaddr *a
                }
 #endif
 #ifdef INET6
-       case INET6:
+       case AF_INET6:
                {
                        struct sockaddr_in6 *sin6;
                        uint32_t hash_of_addr;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to