summaryrefslogtreecommitdiffstats
path: root/src/rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rule.c')
-rw-r--r--src/rule.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rule.c b/src/rule.c
index f65674c0..ee510fe0 100644
--- a/src/rule.c
+++ b/src/rule.c
@@ -1258,9 +1258,9 @@ static void obj_print_data(const struct obj *obj,
break;
case NFT_OBJECT_CT_HELPER: {
printf("ct helper %s {\n", obj->handle.obj);
- printf("\t\ttype \"%s\" protocol ", obj->ct.helper_name);
- print_proto_name_proto(obj->ct.l4proto);
- printf("\t\tl3proto %s", family2str(obj->ct.l3proto));
+ printf("\t\ttype \"%s\" protocol ", obj->ct_helper.name);
+ print_proto_name_proto(obj->ct_helper.l4proto);
+ printf("\t\tl3proto %s", family2str(obj->ct_helper.l3proto));
break;
}
default: