Commit: 4a452057f0245355bd2dda477bc5634a1561258e
Parent: 81a0868b082ccad7752c8d768addc48aca108f64
Author: Michael Nosthoff <committed@heine.so>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2020-07-28 02:12:12
Tree: 60834ab5f9d447fa7f9be4042a795c6d19274a50

main: add missing comma after AlwaysPairable 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")

Diffstat

M src/main.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch