mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Fix certificate assignment importing a CA certificate
Fix finding our unassigned certificates when importing a CA (issuerSqlId may be QVariant(int, 0) depending on the database) Reassign certs from an older CA to the imported one.
This commit is contained in:
parent
c098b235ce
commit
c3abd640fc
@ -54,7 +54,7 @@
|
||||
QString currentDB;
|
||||
|
||||
|
||||
Passwd readPass(bool echo)
|
||||
Passwd readPass()
|
||||
{
|
||||
Passwd pw;
|
||||
#if !defined(Q_OS_WIN32)
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
class Validity;
|
||||
extern QString currentDB;
|
||||
|
||||
Passwd readPass(bool echo = false);
|
||||
Passwd readPass();
|
||||
QPixmap *loadImg(const char *name);
|
||||
int portable_app();
|
||||
const QString getPrefix();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user