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