summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java')
-rw-r--r--base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java b/base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java
index f40145938..1040e6034 100644
--- a/base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java
+++ b/base/common/src/com/netscape/cmscore/authentication/ChallengePhraseAuthentication.java
@@ -43,7 +43,6 @@ import com.netscape.certsrv.request.RequestStatus;
import com.netscape.certsrv.usrgrp.ICertUserLocator;
import com.netscape.cmscore.base.SubsystemRegistry;
import com.netscape.cmscore.dbs.CertRecord;
-import com.netscape.cmscore.dbs.CertificateRepository;
import com.netscape.cmscore.util.Debug;
import com.netscape.cmsutil.util.Utils;
@@ -149,7 +148,7 @@ public class ChallengePhraseAuthentication implements IAuthManager {
SubsystemRegistry.getInstance().get("ca");
if (mCA != null) {
- mCertDB = (CertificateRepository) mCA.getCertificateRepository();
+ mCertDB = mCA.getCertificateRepository();
}
AuthToken authToken = new AuthToken(this);