Bug 39867: Fix uninitialized variable problem that was causing Mac to not post after unchecking "show again" box in warning dialog. r=harishd

This commit is contained in:
pollmann%netscape.com 2000-06-01 02:02:39 +00:00
parent 892e212b18
commit 0684ae66a7

View File

@ -668,6 +668,8 @@ nsSecureBrowserUIImpl::CheckPost(nsIURI *actionURL, PRBool *okayToPost)
return rv;
psm->PassPrefs();
}
} else {
*okayToPost = PR_TRUE;
}
return NS_OK;