From 47253998bea71ce061e19fd3104185eb388467cb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 16 Aug 2010 21:29:19 -0500 Subject: phonesim: Should use none_prefix When only OK is expected --- plugins/phonesim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/phonesim.c') diff --git a/plugins/phonesim.c b/plugins/phonesim.c index ea24a266..fe4d55b7 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -167,7 +167,7 @@ static void mux_setup(GAtMux *mux, gpointer user_data) if (data->calypso) g_at_chat_set_wakeup_command(data->chat, "AT\r", 500, 5000); - g_at_chat_send(data->chat, "AT+CFUN=1", NULL, + g_at_chat_send(data->chat, "AT+CFUN=1", none_prefix, cfun_set_on_cb, modem, NULL); } -- cgit v1.2.3