diff options
| author | David Lamparter <equinox@diac24.net> | 2017-02-07 17:17:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 17:17:12 +0100 |
| commit | 9da3dd3bc5a4682a3c855bab3cd2736395de3fbf (patch) | |
| tree | 4749a0390d5ea4b66cb5b5960d0abc5bb615b122 /tests/test-commands.c | |
| parent | 3f3971a911668ab1d60a090ba1fff92f6ab8ce44 (diff) | |
| parent | 50b05f3c3dc197c0ba6f795b99b351b890a568ee (diff) | |
Merge pull request #161 from donaldsharp/stableMcLibrary
Stable mc library
Diffstat (limited to 'tests/test-commands.c')
| -rw-r--r-- | tests/test-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-commands.c b/tests/test-commands.c index b4613a567d..802002e861 100644 --- a/tests/test-commands.c +++ b/tests/test-commands.c @@ -44,7 +44,7 @@ extern vector cmdvec; extern struct cmd_node vty_node; extern void test_init_cmd(void); /* provided in test-commands-defun.c */ -struct thread_master *master; /* dummy for libzebra*/ +struct thread_master *master; /* dummy for libfrr*/ static vector test_cmds; static char test_buf[32768]; |
