summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/bgpd/test_mp_attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c
index 86af70c72e..6df784b984 100644
--- a/tests/bgpd/test_mp_attr.c
+++ b/tests/bgpd/test_mp_attr.c
@@ -1100,7 +1100,7 @@ int main(void)
qobj_init();
cmd_init(0);
bgp_vty_init();
- master = thread_master_create();
+ master = thread_master_create("test mp attr");
bgp_master_init(master);
vrf_init(NULL, NULL, NULL, NULL);
bgp_option_set(BGP_OPT_NO_LISTEN);