diff options
| author | Renato Westphal <renato@openbsd.org> | 2018-06-07 11:54:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-07 11:54:34 -0300 |
| commit | b2e1ccbb7c6abcfa901e0b6411f3bcfc4282ddc7 (patch) | |
| tree | 19230a4980bdba5fbbdd8b3a17f402298ac97ae1 /tests/test_lblmgr.c | |
| parent | f89270226297ec1f1a8290481d1dc7fb66d71422 (diff) | |
| parent | e73380ce47d8838a6f4f0e9f7b6443e731bede96 (diff) | |
Merge pull request #2333 from pacovn/dev/5.0
bgpd label manager support fixes
Diffstat (limited to 'tests/test_lblmgr.c')
| -rw-r--r-- | tests/test_lblmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lblmgr.c b/tests/test_lblmgr.c index c751c0b12d..255e9a537b 100644 --- a/tests/test_lblmgr.c +++ b/tests/test_lblmgr.c @@ -55,7 +55,7 @@ static int zebra_send_label_manager_connect() printf("Connect to Label Manager\n"); - ret = lm_label_manager_connect(zclient); + ret = lm_label_manager_connect(zclient, 0); printf("Label Manager connection result: %u \n", ret); if (ret != 0) { fprintf(stderr, "Error %d connecting to Label Manager %s\n", |
