diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-24 16:22:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 16:22:21 -0300 |
| commit | f4c3f7f60f9880b3dd785a9f2a6c6a0c53e9fb89 (patch) | |
| tree | 753c685a653690b493685efd3163e5bf80d817cf /tests/lib/cli/common_cli.c | |
| parent | 4f4eed1cff8e452e763d28d61b2942db60bef466 (diff) | |
| parent | 390a886277ba3afc6b9371cc13587b9a30ce5bdb (diff) | |
Merge pull request #6963 from chiragshah6/mdev
*: record northbound transaction based on control flag
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 3cade4a2c9..44cc6efe84 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -80,7 +80,7 @@ int main(int argc, char **argv) vty_init(master, false); lib_cmd_init(); yang_init(true); - nb_init(master, NULL, 0); + nb_init(master, NULL, 0, false); test_init(argc, argv); |
