From d84430702496f617c01c5e2d27d0e82e02390bb7 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 23 May 2008 23:45:14 +0200 Subject: Remove old line counting while dumping --- src/nl-rule-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nl-rule-list.c') diff --git a/src/nl-rule-list.c b/src/nl-rule-list.c index 7541d0a..12fc84b 100644 --- a/src/nl-rule-list.c +++ b/src/nl-rule-list.c @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) struct nl_cache *link_cache, *rule_cache; struct nl_dump_params params = { .dp_fd = stdout, - .dp_type = NL_DUMP_BRIEF + .dp_type = NL_DUMP_LINE, }; sock = nlt_alloc_socket(); -- cgit v1.2.1