diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-16 18:31:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-16 18:31:47 +0000 |
commit | cdb1b911f93c49ab242b674f8f2a0e0a0b28d4d6 (patch) | |
tree | 7d8bae4acd95d3137140e6234cf5acbdbce08d9f | |
parent | d5c864c1c4828b8a7fedca819ef6b2cb4f20a24d (diff) |
Use /var/lib/bluetooth/ as base directory
-rw-r--r-- | hcid/storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/storage.c b/hcid/storage.c index aeb98480..05e006c2 100644 --- a/hcid/storage.c +++ b/hcid/storage.c @@ -46,7 +46,7 @@ #include "hcid.h" -#define DEVPATH "/var/cache/bluetooth/" +#define DEVPATH "/var/lib/bluetooth/" struct name_list { bdaddr_t bdaddr; |