From 2ccc02a4fd67d60baac8e632a71eefa86eb559fc Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 5 Jul 2010 11:54:25 +0200 Subject: Moved credential manager to libstrongswan --- src/libcharon/daemon.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libcharon/daemon.c') diff --git a/src/libcharon/daemon.c b/src/libcharon/daemon.c index e1aa03e7f..c0227027c 100644 --- a/src/libcharon/daemon.c +++ b/src/libcharon/daemon.c @@ -122,7 +122,6 @@ static void destroy(private_daemon_t *this) DESTROY_IF(this->public.mediation_manager); #endif /* ME */ DESTROY_IF(this->public.backends); - DESTROY_IF(this->public.credentials); DESTROY_IF(this->public.socket); /* wait until all threads are gone */ DESTROY_IF(this->public.processor); @@ -359,7 +358,6 @@ METHOD(daemon_t, initialize, bool, /* load secrets, ca certificates and crls */ this->public.processor = processor_create(); this->public.scheduler = scheduler_create(); - this->public.credentials = credential_manager_create(); this->public.controller = controller_create(); this->public.eap = eap_manager_create(); this->public.sim = sim_manager_create(); -- cgit v1.2.3