Diff between 41f8a6d5214840b8e8219a1bb4758b5620834a98 and c8c5e96cf586bbe110976a205b4af4b777b4675a

Changed Files

File Additions Deletions Status
src/adapter.c +3 -3 modified

Full Patch

diff --git a/src/adapter.c b/src/adapter.c
index b7a564f..e807ca2 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -88,9 +88,9 @@
 static GSList *adapters = NULL;
 static int default_adapter_id = -1;
 
-struct mgmt *mgmt = NULL;
-uint8_t mgmt_version = 0;
-uint8_t mgmt_revision = 0;
+static struct mgmt *mgmt = NULL;
+static uint8_t mgmt_version = 0;
+static uint8_t mgmt_revision = 0;
 
 static const char *base_path = "/org/bluez";
 static GSList *adapter_drivers = NULL;