Bug fix
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class ProtocolClient extends DefaultMethodsOverrider {
|
|||||||
/**
|
/**
|
||||||
* Initializes the ProtocolClient, setting up certificate folders and the INS client connection.
|
* Initializes the ProtocolClient, setting up certificate folders and the INS client connection.
|
||||||
*/
|
*/
|
||||||
public ProtocolClient(String insHost, int insPort) {
|
public ProtocolClient() {
|
||||||
// Initialize and verify certificate folders and files
|
// Initialize and verify certificate folders and files
|
||||||
folderStructure = new ClientCertificateFolderStructure();
|
folderStructure = new ClientCertificateFolderStructure();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user