Loading cmds/keystore/keystore.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -392,10 +392,8 @@ public: return false; } while ((file = readdir(dir)) != NULL) { if (isKeyFile(file->d_name)) { unlink(file->d_name); } } closedir(dir); return true; } Loading Loading
cmds/keystore/keystore.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -392,10 +392,8 @@ public: return false; } while ((file = readdir(dir)) != NULL) { if (isKeyFile(file->d_name)) { unlink(file->d_name); } } closedir(dir); return true; } Loading