mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
wifi/p2p: fix crash due to invalid signal handler supplicant_group_iface_group_finished_cb()
Fixes: 00e64d1332 ('core/devices: Add P2P Wifi device and peer tracking')
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/249
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/284
This commit is contained in:
parent
c03defa3a8
commit
9aa6c676ef
1 changed files with 1 additions and 0 deletions
|
|
@ -804,6 +804,7 @@ supplicant_group_iface_state_cb (NMSupplicantInterface *iface,
|
|||
|
||||
static void
|
||||
supplicant_group_iface_group_finished_cb (NMSupplicantInterface *iface,
|
||||
const char *iface_path,
|
||||
void *user_data)
|
||||
{
|
||||
NMDeviceWifiP2P *self = NM_DEVICE_WIFI_P2P (user_data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue