Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0606c40 authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android (Google) Code Review
Browse files

Merge "KeyStore.reset changes"

parents 7dc9b68e 804f499f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;
    }