Fixed issue with multiple 'Overwrite stored cert' popups.

This commit is contained in:
dev
2011-07-25 08:10:53 +00:00
parent 0f64c4d40c
commit f46b1e6966

View File

@ -74,6 +74,7 @@ public class CertificateGUI {
public static boolean overwriteCert(String hostname, X509Certificate cert){
if (!isVerifying){
isVerifying = true;
JFrame frame = new JFrame();
String title = Transl._("Warning, new remote host detected");