mm-broadband-modem-qmi: set endc_available as false by default
This commit is contained in:

committed by
Aleksander Morgado

parent
19a0ea6cf9
commit
8934ce865c
@@ -3612,7 +3612,7 @@ process_lte_info (MMBroadbandModemQmi *self,
|
|||||||
gboolean network_id_valid;
|
gboolean network_id_valid;
|
||||||
const gchar *mcc;
|
const gchar *mcc;
|
||||||
const gchar *mnc;
|
const gchar *mnc;
|
||||||
gboolean endc_available;
|
gboolean endc_available = FALSE;
|
||||||
|
|
||||||
g_assert ((response_output != NULL && indication_output == NULL) ||
|
g_assert ((response_output != NULL && indication_output == NULL) ||
|
||||||
(response_output == NULL && indication_output != NULL));
|
(response_output == NULL && indication_output != NULL));
|
||||||
|
Reference in New Issue
Block a user