diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-06 14:07:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-06 14:07:42 -0500 |
| commit | 4f6309324798c0b9d21b6ddddf75ce549112cf7e (patch) | |
| tree | add2f053034c6f279ba71d468b8e923eda8107e9 /tests/lib/cli/common_cli.c | |
| parent | a44dcdee5589a9352bc2d2d9a69c281663701e8a (diff) | |
| parent | 2159152d9fc9148f9ecf861539b090f6461bf2d2 (diff) | |
Merge pull request #4765 from opensourcerouting/defaults-v2
lib/*: new config defaults system, v2
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 2071ae08cd..e091372ab8 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -25,7 +25,7 @@ #include "vty.h" #include "command.h" #include "memory.h" -#include "memory_vty.h" +#include "lib_vty.h" #include "log.h" #include "common_cli.h" @@ -83,7 +83,7 @@ int main(int argc, char **argv) cmd_domainname_set("test.domain"); vty_init(master, false); - memory_init(); + lib_cmd_init(); yang_init(); nb_init(master, NULL, 0); |
