main: add missing comma after AlwaysPairable 07/244207/1 accepted/tizen/6.0/unified/20201030.105054 accepted/tizen/6.0/unified/hotfix/20201102.235423 accepted/tizen/unified/20200917.033653 submit/tizen/20200916.225437 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 tizen_6.0.m2_release
authorMichael Nosthoff <committed@heine.so>
Fri, 24 Jul 2020 14:03:06 +0000 (16:03 +0200)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 16 Sep 2020 02:59:21 +0000 (11:59 +0900)
commite8467740966f3586608cf797ef8d5971637207a6
tree8c90ffb71c69b70b19141d8a635b9f477ab91056
parent102d01e6808964b75fbb782c340d33a855f17bf6
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")

Change-Id: I193e6da4956605a932f08d2f4ec3000e23fc2bb5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/main.c