This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ 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());
|
||||
this->public.credentials = (credential_store_t*)(cred_store = local_credential_store_create(strict));
|
||||
|
||||
/* load keys & certs */
|
||||
cred_store->load_ca_certificates(cred_store, CA_CERTIFICATE_DIR);
|
||||
|
||||
Reference in New Issue
Block a user