Skip to content

Commit

Permalink
Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules:…
Browse files Browse the repository at this point in the history
… return 0...")"

This reverts commit d5c71a7 as the
patch that this "fixes" is about to be reverted...

Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Jun 11, 2019
1 parent 9890fe2 commit 73a1cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/fib_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh)
goto errout_free;

if (rule_exists(ops, frh, tb, rule)) {
err = 0;
if (nlh->nlmsg_flags & NLM_F_EXCL)
err = -EEXIST;
goto errout_free;
Expand Down

0 comments on commit 73a1cbf

Please sign in to comment.