mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Don't use continuation shortcuts until real client is written.
This commit is contained in:
parent
163b207346
commit
10b5baaef3
@ -26,9 +26,11 @@ cli_printf(cli *c, int code, char *msg, ...)
|
|||||||
if (cd < 0)
|
if (cd < 0)
|
||||||
{
|
{
|
||||||
cd = -cd;
|
cd = -cd;
|
||||||
|
#if 0 /* FIXME: Enable */
|
||||||
if (cd == c->last_reply)
|
if (cd == c->last_reply)
|
||||||
size = bsprintf(buf, " ");
|
size = bsprintf(buf, " ");
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
size = bsprintf(buf, "%04d-", cd);
|
size = bsprintf(buf, "%04d-", cd);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user