Hi Martin,

> diff --git a/src/device.c b/src/device.c
> index 1d66936..17bd652 100644
> --- a/src/device.c
> +++ b/src/device.c
> @@ -1442,6 +1442,32 @@ void __connman_device_cleanup_networks(struct 
> connman_device *device)
>                                       remove_unavailable_network, NULL);
>  }
>  
> +static int scanning_changed(struct connman_device *device)
> +{

make this void and don't return anything. It is not important since we
can't do anything if it fails anyway.

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to