mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
wifi: fix obvious copy & paste bug
The supplicant info object should be passed the DBusGProxy that we're about to use, not some other proxy.
This commit is contained in:
parent
2702ea573a
commit
a95c57887c
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ wpas_iface_check_network_reply (NMSupplicantInterface *self)
|
|||
DBusGProxyCall *call;
|
||||
|
||||
priv->ready_count++;
|
||||
info = nm_supplicant_info_new (self, priv->props_proxy, priv->other_pcalls);
|
||||
info = nm_supplicant_info_new (self, priv->iface_proxy, priv->other_pcalls);
|
||||
call = dbus_g_proxy_begin_call (priv->iface_proxy, "NetworkReply",
|
||||
iface_check_netreply_cb,
|
||||
info,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue