mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-21 22:07:03 +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_command(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
cli_write_trigger(c);
|
if (c->tx_pos)
|
||||||
|
cli_write_trigger(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
cli *
|
cli *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user