diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-iface-modem-location.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.c b/src/mm-iface-modem-location.c index 69b092e7..3310b87e 100644 --- a/src/mm-iface-modem-location.c +++ b/src/mm-iface-modem-location.c @@ -531,6 +531,7 @@ update_location_source_status (MMIfaceModemLocation *self, case MM_MODEM_LOCATION_SOURCE_GPS_UNMANAGED: case MM_MODEM_LOCATION_SOURCE_AGPS_MSA: case MM_MODEM_LOCATION_SOURCE_AGPS_MSB: + case MM_MODEM_LOCATION_SOURCE_NONE: /* Nothing to setup in the context */ default: break; |