mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
SF Bug #89 Validating CRL distribution point results in error
Take focus from input field before validating
This commit is contained in:
parent
9710a78592
commit
6fabd4014f
@ -167,7 +167,7 @@ bool v3ext::__validate(bool showSuccess)
|
||||
{
|
||||
x509v3ext ext;
|
||||
QString str, error;
|
||||
|
||||
validate->setFocus(Qt::OtherFocusReason);
|
||||
str = prefix + toString();
|
||||
ext.create(nid, str, ext_ctx);
|
||||
while (int i = ERR_get_error() ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user