mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
No longer echoes commands before sending them.
This commit is contained in:
@@ -92,7 +92,6 @@ got_line(char *cmd_buffer)
|
||||
if (cmd)
|
||||
{
|
||||
add_history(cmd);
|
||||
puts(cmd);
|
||||
if (!strcmp(cmd, "exit") || !strcmp(cmd, "quit"))
|
||||
{
|
||||
cleanup();
|
||||
|
Reference in New Issue
Block a user