This commit is contained in:
Martin Willi
2006-06-16 14:10:49 +00:00
parent 21e7a724d0
commit f7eb60dd5e
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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);