mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Fixes segfault with multiple routing tables.
This commit is contained in:
parent
661ec5db7f
commit
35f983f889
@ -770,7 +770,7 @@ krt_start(struct proto *P)
|
||||
if (first)
|
||||
krt_scan_timer = krt_start_timer(p);
|
||||
else
|
||||
tm_start(p->scan_timer, 0);
|
||||
tm_start(krt_scan_timer, 0);
|
||||
p->scan_timer = krt_scan_timer;
|
||||
#else
|
||||
p->scan_timer = krt_start_timer(p);
|
||||
|
Loading…
Reference in New Issue
Block a user