summaryrefslogtreecommitdiffstats
path: root/src/nf-ct-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nf-ct-list.c')
-rw-r--r--src/nf-ct-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nf-ct-list.c b/src/nf-ct-list.c
index 2f4c4fc..c751c11 100644
--- a/src/nf-ct-list.c
+++ b/src/nf-ct-list.c
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
struct nl_cache *ct_cache;
struct nfnl_ct *ct;
struct nl_dump_params params = {
- .dp_type = NL_DUMP_ONELINE,
+ .dp_type = NL_DUMP_LINE,
.dp_fd = stdout,
};