restart key before wallet editor rewrites the SchemaValue table

This commit is contained in:
morse%netscape.com 1999-05-10 23:18:10 +00:00
parent 7e08f31ab1
commit 04882f0e95

View File

@ -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++) {