summaryrefslogtreecommitdiff
path: root/tests/test_lblmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_lblmgr.c')
-rw-r--r--tests/test_lblmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lblmgr.c b/tests/test_lblmgr.c
index 652d7618a8..9d1c05436c 100644
--- a/tests/test_lblmgr.c
+++ b/tests/test_lblmgr.c
@@ -59,7 +59,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",