remove hack for bug 10456

This commit is contained in:
morse%netscape.com 1999-07-27 20:49:39 +00:00
parent 8d60b84e34
commit 1613ad38f7

View File

@ -1317,7 +1317,9 @@ wallet_ReadFromURLFieldToSchemaFile
void
wallet_FetchFromNetCenter(char* from, char* to) {
return;
//return; // !!!!! temporary until bug 10456 is fixed !!!!!!!!!!!!
nsIInputStream* newStream;
nsIInputStream* *aNewStream = &newStream;
nsresult rv;