summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c
index 4f6b46e5..6f715537 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -232,7 +232,7 @@ static GAtChat *create_port(const char *device)
if (!channel)
return NULL;
- syntax = g_at_syntax_new_gsmv1();
+ syntax = g_at_syntax_new_gsm_permissive();
chat = g_at_chat_new(channel, syntax);
g_at_syntax_unref(syntax);
g_io_channel_unref(channel);