mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Filter: fix missing separator
This commit is contained in:
parent
a46e01eeef
commit
a998836d4b
@ -297,7 +297,7 @@ trie_format(struct f_trie *t, buffer *buf)
|
||||
buffer_puts(buf, "[");
|
||||
|
||||
if (t->zero)
|
||||
buffer_print(buf, "%I/%d", IPA_NONE, 0);
|
||||
buffer_print(buf, "%I/%d, ", IPA_NONE, 0);
|
||||
trie_node_format(t->root, buf);
|
||||
|
||||
/* Undo last separator */
|
||||
|
Loading…
Reference in New Issue
Block a user