Commit a119e8a4 authored by David S. Miller's avatar David S. Miller

[IPV6]: Remove illogical bug check in fib6_del.

parent 543a2369
......@@ -953,7 +953,7 @@ int fib6_del(struct rt6_info *rt, struct nlmsghdr *nlh)
#if RT6_DEBUG >= 2
if (rt->u.dst.obsolete>0) {
BUG_TRAP(fn==NULL || rt->u.dst.obsolete<=0);
BUG_TRAP(fn==NULL);
return -ENOENT;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment