diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-18 15:54:28 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2020-01-06 20:17:08 +0000 |
commit | debec6f650e395eaa722da62ce89dab2d754a059 (patch) | |
tree | 90c1395630ad7e12fd093fc08231cc17df52e900 /src/mm-iface-modem-simple.c | |
parent | 88983fd1572cc912ad0f905caf172a976f6433f0 (diff) |
iface-modem-3gpp: forced registration is not state
The request for forced registration is an implementation detail of
mm_iface_modem_3gpp_register_in_network(), not part of any state to
keep in the private info.
Diffstat (limited to 'src/mm-iface-modem-simple.c')
-rw-r--r-- | src/mm-iface-modem-simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-simple.c b/src/mm-iface-modem-simple.c index 50c31a00..a427e617 100644 --- a/src/mm-iface-modem-simple.c +++ b/src/mm-iface-modem-simple.c @@ -154,6 +154,7 @@ check_next_registration (GTask *task) mm_iface_modem_3gpp_register_in_network ( MM_IFACE_MODEM_3GPP (self), ctx->operator_id, + FALSE, /* if already registered with same settings, do nothing */ ctx->max_try_time, (GAsyncReadyCallback)register_in_3gpp_network_ready, task); |