diff options
Diffstat (limited to 'plugins/bluetooth_legacy.c')
-rw-r--r-- | plugins/bluetooth_legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth_legacy.c b/plugins/bluetooth_legacy.c index 2d7a9e01..a9ff5743 100644 --- a/plugins/bluetooth_legacy.c +++ b/plugins/bluetooth_legacy.c @@ -1234,7 +1234,7 @@ static void disable_nap(gpointer key, gpointer value, gpointer user_data) static int tech_set_tethering(struct connman_technology *technology, const char *identifier, const char *passphrase, - const char *bridge, bool enabled) + const char *bridge, bool enabled, bool hidden) { struct tethering_info info = { .technology = technology, |