Fix a copy and paste error.

MFC after: 3 days
This commit is contained in:
tuexen 2012-12-27 08:02:58 +00:00
parent 29c6e27591
commit 86859ae7b8

View File

@ -4955,7 +4955,7 @@ sctp_get_ifa_hash_val(struct sockaddr *addr)
}
#endif
#ifdef INET6
case INET6:
case AF_INET6:
{
struct sockaddr_in6 *sin6;
uint32_t hash_of_addr;