sktest: Turn off echo

This commit is contained in:
Denis Kenzior 2012-09-28 10:37:22 -05:00
parent 42a318892a
commit bfc4de5176
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ static gboolean on_socket_connected(GIOChannel *chan, GIOCondition cond,
client_io = g_io_channel_unix_new(fd);
emulator = g_at_server_new(client_io);
g_at_server_set_echo(emulator, FALSE);
g_io_channel_unref(client_io);
if (emulator == NULL)