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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_lblmgr.c b/tests/test_lblmgr.c
index c751c0b12d..9d1c05436c 100644
--- a/tests/test_lblmgr.c
+++ b/tests/test_lblmgr.c
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "lib/stream.h"
#include "lib/zclient.h"
@@ -55,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",