mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 12:30:10 +01:00
wwan/ofono: pass the right argument to manager proxy callback
Otherwise it will be dereferencing NULL when invoked. Fixes:58712c9546('ofono: take D-Bus proxy for ConnectionManager asynchronously') https://github.com/NetworkManager/NetworkManager/pull/313 (cherry picked from commit90fe78eb7f) (cherry picked from commit4d4b3fc8b5)
This commit is contained in:
parent
27b75bea63
commit
6013b2dabf
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ handle_connman_iface (NMModemOfono *self, gboolean found)
|
|||
OFONO_DBUS_INTERFACE_CONNECTION_MANAGER,
|
||||
priv->connman_proxy_cancellable,
|
||||
_connman_proxy_new_cb,
|
||||
NULL);
|
||||
self);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue