diff options
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",  | 
