diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 61b9fca5a173..544a9b68eb53 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -637,7 +637,7 @@ void sctp_addr_wq_timeout_handler(unsigned long arg) | |||
637 | " for cmd %d at entry %p\n", &sctp_addr_waitq, &addrw->a, addrw->state, | 637 | " for cmd %d at entry %p\n", &sctp_addr_waitq, &addrw->a, addrw->state, |
638 | addrw); | 638 | addrw); |
639 | 639 | ||
640 | #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) | 640 | #if IS_ENABLED(CONFIG_IPV6) |
641 | /* Now we send an ASCONF for each association */ | 641 | /* Now we send an ASCONF for each association */ |
642 | /* Note. we currently don't handle link local IPv6 addressees */ | 642 | /* Note. we currently don't handle link local IPv6 addressees */ |
643 | if (addrw->a.sa.sa_family == AF_INET6) { | 643 | if (addrw->a.sa.sa_family == AF_INET6) { |