]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: Fix comment for struct eval_ctx
authorPhil Sutter <phil@nwl.cc>
Wed, 24 Oct 2018 10:35:02 +0000 (12:35 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 24 Oct 2018 10:55:13 +0000 (12:55 +0200)
Previous change to that struct missed to update the comment.

Fixes: 00f777bfc414a ("src: pass struct nft_ctx through struct eval_ctx")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/rule.h

index 977f274842ef599e839021c9f0ff7764004c2c96..197efab4974520118eea9319a342bd03ac4c6128 100644 (file)
@@ -587,7 +587,7 @@ extern void cmd_free(struct cmd *cmd);
 /**
  * struct eval_ctx - evaluation context
  *
- * @nf_sock:   netlink socket (for caching)
+ * @nft:       nftables context
  * @msgs:      message queue
  * @cmd:       current command
  * @table:     current table