Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341652
b: refs/heads/master
c: ee3f34e
h: refs/heads/master
v: v3
  • Loading branch information
Tommi Rantala authored and David S. Miller committed Nov 30, 2012
1 parent 76a2260 commit d5a55f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 92a2ec72a7dbb84f4b614c9b72880d86db69475f
refs/heads/master: ee3f34e857238a4552c68d860348893d7728bcab
2 changes: 1 addition & 1 deletion trunk/net/sctp/ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static void sctp_v6_get_dst(struct sctp_transport *t, union sctp_addr *saddr,
}

out:
if (!IS_ERR(dst)) {
if (!IS_ERR_OR_NULL(dst)) {
struct rt6_info *rt;
rt = (struct rt6_info *)dst;
t->dst = dst;
Expand Down

0 comments on commit d5a55f4

Please sign in to comment.