linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2] main: add missing comma after AlwaysPairable
@ 2020-07-24 14:03 Michael Nosthoff
  2020-07-27 23:15 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Nosthoff @ 2020-07-24 14:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Michael Nosthoff

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ v2] main: add missing comma after AlwaysPairable
  2020-07-24 14:03 [PATCH BlueZ v2] main: add missing comma after AlwaysPairable Michael Nosthoff
@ 2020-07-27 23:15 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2020-07-27 23:15 UTC (permalink / raw)
  To: committed; +Cc: linux-bluetooth

Hi,

On Fri, Jul 24, 2020 at 7:08 AM Michael Nosthoff <committed@heine.so> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-27 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 14:03 [PATCH BlueZ v2] main: add missing comma after AlwaysPairable Michael Nosthoff
2020-07-27 23:15 ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).