summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/expr/osf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/osf.c b/src/expr/osf.c
index 1541390..6fd62e5 100644
--- a/src/expr/osf.c
+++ b/src/expr/osf.c
@@ -95,7 +95,7 @@ static int nftnl_expr_osf_snprintf_default(char *buf, size_t size,
int ret, offset = 0, len = size;
if (e->flags & (1 << NFTNL_EXPR_OSF_DREG)) {
- ret = snprintf(buf, len, "%u", osf->dreg);
+ ret = snprintf(buf, len, "dreg %u ", osf->dreg);
SNPRINTF_BUFFER_SIZE(ret, len, offset);
}