mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 23:24:20 +08:00
Update code to match example audio.conf
This commit is contained in:
parent
b7b6b704e9
commit
2ec3960a53
@ -93,7 +93,7 @@ static void read_config(const char *file)
|
|||||||
}
|
}
|
||||||
|
|
||||||
str = g_key_file_get_string(keyfile, "General",
|
str = g_key_file_get_string(keyfile, "General",
|
||||||
"Disabled", &err);
|
"Disable", &err);
|
||||||
if (err) {
|
if (err) {
|
||||||
debug("%s: %s", file, err->message);
|
debug("%s: %s", file, err->message);
|
||||||
g_error_free(err);
|
g_error_free(err);
|
||||||
|
Loading…
Reference in New Issue
Block a user