]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
No longer echoes commands before sending them.
authorMartin Mares <mj@ucw.cz>
Tue, 7 Mar 2000 21:04:36 +0000 (21:04 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 7 Mar 2000 21:04:36 +0000 (21:04 +0000)
client/client.c

index 6b350f548d22a55d6673e50a07e242a479dfc290..78a7415ab8f33f4e462cade172c8ff041f4cd0dc 100644 (file)
@@ -92,7 +92,6 @@ got_line(char *cmd_buffer)
       if (cmd)
        {
          add_history(cmd);
-         puts(cmd);
          if (!strcmp(cmd, "exit") || !strcmp(cmd, "quit"))
            {
              cleanup();