mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 11:50:14 +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
This commit is contained in:
parent
9a71d7d273
commit
90fe78eb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,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