From: Katerina Kubecova Date: Fri, 15 Nov 2024 09:04:51 +0000 (+0100) Subject: nest/cli: fixup - empty printing in birdc does not freeze X-Git-Tag: v3.0.0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5ed6997c7299ccd6b2985a2381974bf9ffc839;p=thirdparty%2Fbird.git nest/cli: fixup - empty printing in birdc does not freeze --- diff --git a/nest/cli.c b/nest/cli.c index 24535e3f7..e40ae1d97 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -267,6 +267,8 @@ cli_event(void *data) if (c->tx_pos) cli_write_trigger(c); + else + ev_schedule(c->event); } cli *