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:
Lubomir Rintel 2019-03-08 11:24:06 +01:00
parent 9a71d7d273
commit 90fe78eb7f

View file

@ -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);
}
}