mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 23:50:10 +01:00
wwan/ofono: clear current_octx on disconnect
This way, we won't signal failure when "PropertyChanged" signal for an empty "Settings" eventually arrive.
This commit is contained in:
parent
5abc6f5911
commit
e7809a2bd7
1 changed files with 2 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ disconnect(NMModem *modem,
|
|||
ctx->cancellable,
|
||||
disconnect_done,
|
||||
ctx);
|
||||
|
||||
priv->current_octx = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue