mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 01:00:09 +01:00
olpc-mesh: fix device added signal usage
The object to which the signal is connected is always the first arg.
This commit is contained in:
parent
d53574d725
commit
972b7ed70a
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ is_companion (NMDeviceOlpcMesh *self, NMDevice *other)
|
|||
}
|
||||
|
||||
static void
|
||||
device_added_cb (NMDevice *other, gpointer user_data)
|
||||
device_added_cb (NMManager *manager, NMDevice *other, gpointer user_data)
|
||||
{
|
||||
NMDeviceOlpcMesh *self = NM_DEVICE_OLPC_MESH (user_data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue