summaryrefslogtreecommitdiffstats
path: root/examples/nft-flowtable-del.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-flowtable-del.c')
-rw-r--r--examples/nft-flowtable-del.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nft-flowtable-del.c b/examples/nft-flowtable-del.c
index ffc83b2..c5ce339 100644
--- a/examples/nft-flowtable-del.c
+++ b/examples/nft-flowtable-del.c
@@ -67,9 +67,9 @@ int main(int argc, char *argv[])
mnl_nlmsg_batch_next(batch);
flowtable_seq = seq;
- nlh = nftnl_flowtable_nlmsg_build_hdr(mnl_nlmsg_batch_current(batch),
- NFT_MSG_DELFLOWTABLE, family,
- NLM_F_ACK, seq++);
+ nlh = nftnl_nlmsg_build_hdr(mnl_nlmsg_batch_current(batch),
+ NFT_MSG_DELFLOWTABLE, family,
+ NLM_F_ACK, seq++);
nftnl_flowtable_nlmsg_build_payload(nlh, t);
nftnl_flowtable_free(t);
mnl_nlmsg_batch_next(batch);