diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-04-10 14:55:11 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-04-10 14:55:11 +0000 |
commit | bb319ede0033404eaab9ac96685975bb8fbf6861 (patch) | |
tree | 095993dd053b88fa8474c3bb68e486b46a0ad775 | |
parent | 8d8f45c98ddabe1ffb5b2b4f93fa3983027ba740 (diff) |
fixed wrong storage file name
-rw-r--r-- | hcid/adapter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c index 94aceadb..66ac4d0e 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -2310,7 +2310,7 @@ void adapter_remove_device(DBusConnection *conn, struct adapter *adapter, str2ba(adapter->address, &src); delete_entry(&src, "profiles", device->address); - delete_entry(&src, "linkkey", device->address); + delete_entry(&src, "linkkeys", device->address); snprintf(path, MAX_PATH_LENGTH, "/hci%d", adapter->dev_id); |