From b905df3e6ac84ec1383684edc7af59e581eee20f Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 28 Aug 2024 16:36:02 +0200 Subject: [PATCH] fixup! mrt.c: period mrt logging works (but routes in v3 seem to have less attributes) --- sysdep/unix/io-loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdep/unix/io-loop.c b/sysdep/unix/io-loop.c index 779e2142..ebd339f1 100644 --- a/sysdep/unix/io-loop.c +++ b/sysdep/unix/io-loop.c @@ -813,7 +813,7 @@ bird_thread_main(void *arg) account_to(&thr->overhead); birdloop_enter(thr->meta); - this_birdloop = this_metaloop = thr->meta; + this_birdloop = thr->meta; THREAD_TRACE(DL_SCHEDULING, "Started");