fixed compilation error
This commit is contained in:
+1
-2
@@ -177,11 +177,10 @@ static void initialize(private_daemon_t *this, bool strict)
|
||||
this->public.send_queue = send_queue_create();
|
||||
this->public.connections = (connection_store_t*)local_connection_store_create();
|
||||
this->public.policies = (policy_store_t*)local_policy_store_create();
|
||||
this->public.credentials = (credential_store_t*)(cred_store = local_credential_store_create(strict));
|
||||
this->public.credentials = (credential_store_t*)(cred_store = local_credential_store_create());
|
||||
|
||||
/* load keys & certs */
|
||||
cred_store->load_ca_certificates(cred_store, CA_CERTIFICATE_DIR);
|
||||
cred_store->load_crls(cred_store, CRL_DIR);
|
||||
cred_store->load_private_keys(cred_store, SECRETS_FILE, PRIVATE_KEY_DIR);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user