summaryrefslogtreecommitdiffstats
path: root/src/expr/xfrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/xfrm.c')
-rw-r--r--src/expr/xfrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/xfrm.c b/src/expr/xfrm.c
index c81d14d..2db00d5 100644
--- a/src/expr/xfrm.c
+++ b/src/expr/xfrm.c
@@ -196,5 +196,5 @@ struct expr_ops expr_ops_xfrm = {
.get = nftnl_expr_xfrm_get,
.parse = nftnl_expr_xfrm_parse,
.build = nftnl_expr_xfrm_build,
- .snprintf = nftnl_expr_xfrm_snprintf,
+ .output = nftnl_expr_xfrm_snprintf,
};