mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-21 13:57:04 +00:00
BIRD Client: fix doubled 'bird> bird> ' prompt
Doubled cli prompt appeared in cli after reconfiguration. This bug relates to RC_NOTIFY message from bird daemon.
This commit is contained in:
parent
6706102c41
commit
7a7bb6def2
@ -42,7 +42,7 @@ input_notify(int prompt)
|
|||||||
if (!prompt || !interactive)
|
if (!prompt || !interactive)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
printf("bird> ");
|
printf("\rbird> ");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user