diff --git a/src/nm-device-olpc-mesh.c b/src/nm-device-olpc-mesh.c index 2eef45b216..fb47cf7d56 100644 --- a/src/nm-device-olpc-mesh.c +++ b/src/nm-device-olpc-mesh.c @@ -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);