diff options
Diffstat (limited to 'filter/trie.c')
-rw-r--r-- | filter/trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/trie.c b/filter/trie.c index 581332c6..f42afb84 100644 --- a/filter/trie.c +++ b/filter/trie.c @@ -293,7 +293,7 @@ trie_print(struct f_trie *t) logn("["); if (t->zero) { - logn("0.0.0.0/0"); + logn("%I/%d", IPA_NONE, 0); sep = ", "; } trie_node_print(&t->root, &sep); |