mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
CLI fix to break busy-loop waiting for corked show-route exports
This commit is contained in:
parent
2ae32374dd
commit
02dc895550
@ -302,7 +302,8 @@ cli_event(void *data)
|
||||
cli_command(c);
|
||||
}
|
||||
|
||||
cli_write_trigger(c);
|
||||
if (c->tx_pos)
|
||||
cli_write_trigger(c);
|
||||
}
|
||||
|
||||
cli *
|
||||
|
Loading…
Reference in New Issue
Block a user