Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34429
b: refs/heads/master
c: 6c813a7
h: refs/heads/master
i:
  34427: 089d660
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Sep 22, 2006
1 parent a5fde61 commit 1518251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7aba67f814729647c938ac6da2d5224b790f926
refs/heads/master: 6c813a7297e3af4cd7c3458e09e9ee3d161c6830
3 changes: 3 additions & 0 deletions trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,9 @@ int ip6_del_rt(struct rt6_info *rt, struct nlmsghdr *nlh, void *_rtattr, struct
int err;
struct fib6_table *table;

if (rt == &ip6_null_entry)
return -ENOENT;

table = rt->rt6i_table;
write_lock_bh(&table->tb6_lock);

Expand Down

0 comments on commit 1518251

Please sign in to comment.