summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java')
-rw-r--r--base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java b/base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java
index 4906d5c50..235362395 100644
--- a/base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java
+++ b/base/common/src/com/netscape/cmscore/authentication/SSLClientCertAuthentication.java
@@ -67,7 +67,6 @@ public class SSLClientCertAuthentication implements IAuthManager {
private String mName = null;
private String mImplName = null;
private IConfigStore mConfig = null;
- private String mRequestor = null;
/* Holds configuration parameters accepted by this implementation.
* This list is passed to the configuration console so configuration
@@ -256,7 +255,6 @@ public class SSLClientCertAuthentication implements IAuthManager {
if (ra != null) {
queue = ra.getRequestQueue();
- mRequestor = IRequest.REQUESTOR_RA;
}
} catch (Exception e) {
log(ILogger.LL_FAILURE,