From ca7f0cc7acd3ca51c216699c605cf4176e965a0a Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 8 Sep 2017 12:58:59 -0400 Subject: [PATCH] tests: add name to test_mp_attr threadmaster Signed-off-by: Quentin Young --- tests/bgpd/test_mp_attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5