summaryrefslogtreecommitdiffstats
path: root/pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java')
-rw-r--r--pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java b/pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java
index b681b84c..d89fb5dd 100644
--- a/pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java
+++ b/pki/base/silent/src/com/netscape/pkisilent/ConfigureTKS.java
@@ -176,7 +176,7 @@ public class ConfigureTKS
if (temp!=null) {
int index = temp.indexOf(";");
- hc.j_session_id = temp.substring(0,index);
+ HTTPClient.j_session_id = temp.substring(0,index);
st = true;
}
@@ -1087,7 +1087,7 @@ public class ConfigureTKS
// and then match the arguments
String [] unmatched = null;
- unmatched = parser.matchAllArgs (args,0,parser.EXIT_ON_UNMATCHED);
+ unmatched = parser.matchAllArgs (args,0,ArgParser.EXIT_ON_UNMATCHED);
if (unmatched!=null) {
System.out.println("ERROR: Argument Mismatch");