Commit bc7d1bd8 authored by Stephen Hemminger's avatar Stephen Hemminger

Fix duplicate return

Get rid of dead code
parent 1f1ae524
......@@ -168,8 +168,6 @@ static struct ematch_util *get_ematch_kind_num(__u16 kind)
return NULL;
return get_ematch_kind(name);
return NULL;
}
static int parse_tree(struct nlmsghdr *n, struct ematch *tree)
......
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