summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-09-28 10:37:22 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-03 09:10:42 -0500
commitbfc4de517674510c9ec73b2a0389b6e6ee564813 (patch)
tree86deb16555d768efae4c9f6436c0ca68433fd887 /tools
parent42a318892aaf21a0e9dc86d194553270e1a70492 (diff)
downloadofono-bfc4de517674510c9ec73b2a0389b6e6ee564813.tar.bz2
sktest: Turn off echo
Diffstat (limited to 'tools')
-rw-r--r--tools/stktest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/stktest.c b/tools/stktest.c
index 32fa4c64..b41aff55 100644
--- a/tools/stktest.c
+++ b/tools/stktest.c
@@ -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)