summaryrefslogtreecommitdiffstats
path: root/src/expr/fwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/fwd.c')
-rw-r--r--src/expr/fwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/fwd.c b/src/expr/fwd.c
index 82e5a41..51f6612 100644
--- a/src/expr/fwd.c
+++ b/src/expr/fwd.c
@@ -158,5 +158,5 @@ struct expr_ops expr_ops_fwd = {
.get = nftnl_expr_fwd_get,
.parse = nftnl_expr_fwd_parse,
.build = nftnl_expr_fwd_build,
- .snprintf = nftnl_expr_fwd_snprintf,
+ .output = nftnl_expr_fwd_snprintf,
};