summaryrefslogtreecommitdiffstats
path: root/kcert/kcertpart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kcert/kcertpart.cc')
-rw-r--r--kcert/kcertpart.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc
index 536bc9a83..e704ad339 100644
--- a/kcert/kcertpart.cc
+++ b/kcert/kcertpart.cc
@@ -716,7 +716,7 @@ void KCertPart::slotChain(int c) {
displayPKCS12Cert(_p12->getCertificate());
_p12_certState->setText(KSSLCertificate::verifyText(_p12->validate()));
} else {
- displayPKCS12Cert(_p12->getCertificate()->chain().getChain().tqat(c-1));
+ displayPKCS12Cert(_p12->getCertificate()->chain().getChain().at(c-1));
}
}