mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
restart key before wallet editor rewrites the SchemaValue table
This commit is contained in:
parent
7e08f31ab1
commit
04882f0e95
@ -1972,6 +1972,7 @@ wallet_PostEdit() {
|
||||
delete []cookies;
|
||||
return;
|
||||
}
|
||||
Wallet_RestartKey();
|
||||
|
||||
/* write the values in the cookie to the file */
|
||||
for (int i=0; ((*cookie != '\0') && (*cookie != ';')); i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user