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)
|
if (error)
|
||||||
info->error = g_error_copy (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;
|
GRegex *r;
|
||||||
GMatchInfo *match_info;
|
GMatchInfo *match_info;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user