Merge "KeyStore.reset changes"
This commit is contained in:
commit
b0606c408f
@ -392,9 +392,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
while ((file = readdir(dir)) != NULL) {
|
while ((file = readdir(dir)) != NULL) {
|
||||||
if (isKeyFile(file->d_name)) {
|
unlink(file->d_name);
|
||||||
unlink(file->d_name);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
closedir(dir);
|
closedir(dir);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user