diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-bearer-qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c index 4737158c..caf925db 100644 --- a/src/mm-bearer-qmi.c +++ b/src/mm-bearer-qmi.c @@ -577,7 +577,7 @@ process_operator_reserved_pco (MMBearerQmi *self, return; /* Ignore PCOs with undefined contents */ - if (!tmp_mcc && !tmp_mcc && !container_id && !array->len) + if (!tmp_mcc && !tmp_mnc && !container_id && !array->len) return; app_specific_info_str = ((array->len > 0) ? |