summaryrefslogtreecommitdiffstats
path: root/pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java')
-rw-r--r--pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java b/pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java
index 29e3cf19c..c79ec4edd 100644
--- a/pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java
+++ b/pki/base/silent/src/com/netscape/pkisilent/ConfigureDRM.java
@@ -217,7 +217,7 @@ public class ConfigureDRM
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;
}
@@ -1272,7 +1272,7 @@ public class ConfigureDRM
// 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");