0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 20:28:43 +00:00

fixup! fixup! fixup! fixup! various fices

This commit is contained in:
Maria Matejka 2023-11-23 10:00:33 +01:00
parent 6ba81eb8b8
commit af8a604b43

View File

@ -190,7 +190,7 @@ cmd_show_memory(void)
cbor_close_block_or_list(w); // we do not know for sure, that standby memory will be printed, so we do not know number of block items. If we know that, we open the block for 6 (or 5) items and we do not close anything cbor_close_block_or_list(w); // we do not know for sure, that standby memory will be printed, so we do not know number of block items. If we know that, we open the block for 6 (or 5) items and we do not close anything
cbor_write_to_file(w, "bird/yang/show_memory.cbor"); cbor_write_to_file(w, "show_memory.cbor");
} }