mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
Disable the usage of scripts for now
This commit is contained in:
parent
7b932e3d0d
commit
519ec3b59a
@ -122,6 +122,7 @@ static void read_config(const char *file)
|
||||
g_clear_error(&err);
|
||||
}
|
||||
|
||||
#if 0
|
||||
conf.panu_script = g_key_file_get_string(keyfile, "PANU Role",
|
||||
"Script", &err);
|
||||
if (err) {
|
||||
@ -142,6 +143,7 @@ static void read_config(const char *file)
|
||||
debug("%s: %s", file, err->message);
|
||||
g_clear_error(&err);
|
||||
}
|
||||
#endif
|
||||
|
||||
conf.iface_prefix = g_key_file_get_string(keyfile, "PANU Role",
|
||||
"Interface", &err);
|
||||
|
Loading…
Reference in New Issue
Block a user