From c8008d838d9bf6f956f93b16aee972cd9ec62310 Mon Sep 17 00:00:00 2001 From: Jacob Siverskog Date: Tue, 21 Oct 2014 13:28:27 +0200 Subject: [PATCH] core: Add ControllerMode to list of supported options Prevent warning message 'Unknown key ControllerMode in main.conf'. --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 191dc117b..061060d77 100644 --- a/src/main.c +++ b/src/main.c @@ -79,6 +79,7 @@ static const char * const supported_options[] = { "ReverseServiceDiscovery", "NameResolving", "DebugKeys", + "ControllerMode", }; GKeyFile *btd_get_main_conf(void) -- 2.47.3