0
0
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:
Katerina Kubecova 2024-11-15 10:04:51 +01:00
parent dc69284f61
commit ca5ed6997c

View File

@ -267,6 +267,8 @@ cli_event(void *data)
if (c->tx_pos) if (c->tx_pos)
cli_write_trigger(c); cli_write_trigger(c);
else
ev_schedule(c->event);
} }
cli * cli *