Re: [PATCH BlueZ v2] main: add missing comma after AlwaysPairable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Fri, Jul 24, 2020 at 7:08 AM Michael Nosthoff <committed@xxxxxxxx> wrote:
>
> Commit 1880b2990866 ("core: Add AlwaysPairable to main.conf") added a new
> key to supported_options but didn't add a comma. This leads to the
> following error message on startup if the key 'PairableTimeout' is pesent:
>
> Unknown key PairableTimeout for group General in /etc/bluetooth/main.conf
>
> This probably also leads to ignoring the setting.
>
> Fixes: 1880b2990866 ("core: Add AlwaysPairable to main.conf")
> ---
>  src/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/main.c b/src/main.c
> index ec7a9fbd7..2c083de67 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -79,7 +79,7 @@ static const char *supported_options[] = {
>         "Name",
>         "Class",
>         "DiscoverableTimeout",
> -       "AlwaysPairable"
> +       "AlwaysPairable",
>         "PairableTimeout",
>         "DeviceID",
>         "ReverseServiceDiscovery",
> --
> 2.25.1

Applied, thanks.

-- 
Luiz Augusto von Dentz



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux