]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fixup! fixup! fixup! fixup! various fices
authorMaria Matejka <mq@ucw.cz>
Thu, 23 Nov 2023 09:00:33 +0000 (10:00 +0100)
committerMaria Matejka <mq@ucw.cz>
Thu, 23 Nov 2023 09:00:33 +0000 (10:00 +0100)
nest/cmds.c

index f1e05fd7f42e0e8d7e84931815f8eef114187139..d0a72242370bc80252217894c8705164c2bd9e6b 100644 (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_write_to_file(w, "bird/yang/show_memory.cbor");
+  cbor_write_to_file(w, "show_memory.cbor");
 
 }