mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
nest/cli: fixup - empty printing in birdc does not freeze
This commit is contained in:
parent
dc69284f61
commit
ca5ed6997c
@ -267,6 +267,8 @@ cli_event(void *data)
|
||||
|
||||
if (c->tx_pos)
|
||||
cli_write_trigger(c);
|
||||
else
|
||||
ev_schedule(c->event);
|
||||
}
|
||||
|
||||
cli *
|
||||
|
Loading…
Reference in New Issue
Block a user