diff options
Diffstat (limited to 'plugins/ublox/mm-sim-ublox.c')
-rw-r--r-- | plugins/ublox/mm-sim-ublox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ublox/mm-sim-ublox.c b/plugins/ublox/mm-sim-ublox.c index 0e8006cc..5850767e 100644 --- a/plugins/ublox/mm-sim-ublox.c +++ b/plugins/ublox/mm-sim-ublox.c @@ -144,6 +144,7 @@ mm_sim_ublox_new (MMBaseModem *modem, callback, user_data, MM_BASE_SIM_MODEM, modem, + "active", TRUE, /* by default always active */ NULL); } |