--- src/device.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/device.c b/src/device.c index a99ca34..6b64c5d 100644 --- a/src/device.c +++ b/src/device.c @@ -2014,6 +2014,11 @@ static void device_remove_stored(struct btd_device *device) filename[PATH_MAX] = '\0'; remove(filename); + snprintf(filename, PATH_MAX, STORAGEDIR "/%s/%s/keys", adapter_addr, + device_addr); + filename[PATH_MAX] = '\0'; + remove(filename); + snprintf(filename, PATH_MAX, STORAGEDIR "/%s/%s", adapter_addr, device_addr); filename[PATH_MAX] = '\0'; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html