mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 10:46:53 +00:00
tests: use lib memory allocation
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
fd7aa3f557
commit
56c8423f58
@ -72,7 +72,7 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
/* Library inits. */
|
/* Library inits. */
|
||||||
cmd_init (1);
|
cmd_init (1);
|
||||||
host.name = strdup ("test");
|
host.name = XSTRDUP(MTYPE_HOST,"test");
|
||||||
|
|
||||||
vty_init (master);
|
vty_init (master);
|
||||||
memory_init ();
|
memory_init ();
|
||||||
|
Loading…
Reference in New Issue
Block a user