gsm: more leniency in +CGDCONT parsing (bgo #617873)
See also d5ca82eade
This commit is contained in:
@@ -2387,7 +2387,7 @@ cid_range_read (MMAtSerialPort *port,
|
||||
|
||||
if (error)
|
||||
info->error = g_error_copy (error);
|
||||
else if (g_str_has_prefix (response->str, "+CGDCONT: ")) {
|
||||
else if (g_str_has_prefix (response->str, "+CGDCONT:")) {
|
||||
GRegex *r;
|
||||
GMatchInfo *match_info;
|
||||
|
||||
|
Reference in New Issue
Block a user