fix an encryption error

This commit is contained in:
morse%netscape.com 2000-05-05 00:57:56 +00:00
parent 033feebf1e
commit 20ab604608

View File

@ -2779,7 +2779,7 @@ wallet_Capture(nsIDocument* doc, nsAutoString field, nsAutoString value, nsAutoS
mapElement->item2,
mapElement->itemList,
wallet_SchemaToValue_list,
PR_TRUE);
PR_FALSE); /* note: obscure=false, otherwise we will obscure an obscured value */
delete mapElement;
return;
}
@ -2820,7 +2820,7 @@ wallet_Capture(nsIDocument* doc, nsAutoString field, nsAutoString value, nsAutoS
mapElement->item2,
mapElement->itemList,
wallet_SchemaToValue_list,
PR_TRUE);
PR_FALSE); /* note: obscure=false, otherwise we will obscure an obscured value */
delete mapElement;
return;
}
@ -3073,7 +3073,7 @@ WLLT_PrefillReturn(nsAutoString results) {
mapElement->item2,
mapElement->itemList,
wallet_SchemaToValue_list,
PR_TRUE);
PR_FALSE); /* note: obscure=false, otherwise we will obscure an obscured value */
delete mapElement;
break;
}