diff options
Diffstat (limited to 'tc/m_ematch.c')
-rw-r--r-- | tc/m_ematch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tc/m_ematch.c b/tc/m_ematch.c index 251f5aa1..e18a395b 100644 --- a/tc/m_ematch.c +++ b/tc/m_ematch.c @@ -177,9 +177,7 @@ static int parse_tree(struct nlmsghdr *n, struct ematch *tree) for (t = tree; t; t = t->next) { struct rtattr *tail = NLMSG_TAIL(n); - struct tcf_ematch_hdr hdr = { - .flags = t->relation - }; + struct tcf_ematch_hdr hdr = { .flags = t->relation }; if (t->inverted) hdr.flags |= TCF_EM_INVERT; |