summaryrefslogtreecommitdiffstats
path: root/src/expr/objref.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/objref.c')
-rw-r--r--src/expr/objref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/objref.c b/src/expr/objref.c
index 4cfa3cb..64ee863 100644
--- a/src/expr/objref.c
+++ b/src/expr/objref.c
@@ -225,8 +225,8 @@ static int nftnl_expr_objref_snprintf_default(char *buf, size_t len,
struct nftnl_expr_objref *objref = nftnl_expr_data(e);
if (e->flags & (1 << NFTNL_EXPR_OBJREF_SET_SREG))
- return snprintf(buf, len, "sreg %u set %s id %u ",
- objref->set.sreg, objref->set.name, objref->set.id);
+ return snprintf(buf, len, "sreg %u set %s ",
+ objref->set.sreg, objref->set.name);
else
return snprintf(buf, len, "type %u name %s ",
objref->imm.type, objref->imm.name);