diff options
-rw-r--r-- | plugins/ublox/mm-broadband-modem-ublox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ublox/mm-broadband-modem-ublox.c b/plugins/ublox/mm-broadband-modem-ublox.c index 16836bcf..a51db02c 100644 --- a/plugins/ublox/mm-broadband-modem-ublox.c +++ b/plugins/ublox/mm-broadband-modem-ublox.c @@ -589,7 +589,7 @@ set_current_bands (MMIfaceModem *_self, MMBroadbandModemUblox *self = MM_BROADBAND_MODEM_UBLOX (_self); GTask *task; GError *error = NULL; - gchar *command; + gchar *command = NULL; const gchar *model; preload_support_config (self); |