Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 536
b: refs/heads/master
c: b9b9e10
h: refs/heads/master
v: v3
  • Loading branch information
Brian Haley authored and David S. Miller committed Apr 28, 2005
1 parent 3c53a60 commit e7f6d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 047a2428a14216a83980ed26b6a59b3ca40a1fb0
refs/heads/master: b9b9e10f180fa63b55b93412edf0ab9648675646
4 changes: 1 addition & 3 deletions trunk/net/sctp/ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,7 @@ static void sctp_v6_inaddr_any(union sctp_addr *addr, unsigned short port)
/* Is this a wildcard address? */
static int sctp_v6_is_any(const union sctp_addr *addr)
{
int type;
type = ipv6_addr_type((struct in6_addr *)&addr->v6.sin6_addr);
return IPV6_ADDR_ANY == type;
return ipv6_addr_any(&addr->v6.sin6_addr);
}

/* Should this be available for binding? */
Expand Down

0 comments on commit e7f6d62

Please sign in to comment.