aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/daemon.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2011-07-07 12:31:45 +0200
committerMartin Willi <martin@revosec.ch>2011-08-08 13:36:56 +0200
commitefee3ed80f96ca494e26bf6ac02215c85e15b5c3 (patch)
tree7e26ea140634018b3abc24e056344e13b1da0c6f /src/libcharon/daemon.c
parent4c199e6f815ffc82e4dccc90d359d32ae5ebdddf (diff)
downloadstrongswan-efee3ed80f96ca494e26bf6ac02215c85e15b5c3.tar.bz2
strongswan-efee3ed80f96ca494e26bf6ac02215c85e15b5c3.tar.xz
Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers registered by name
Diffstat (limited to 'src/libcharon/daemon.c')
-rw-r--r--src/libcharon/daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcharon/daemon.c b/src/libcharon/daemon.c
index 9bdced122..12c6b2a9e 100644
--- a/src/libcharon/daemon.c
+++ b/src/libcharon/daemon.c
@@ -119,7 +119,6 @@ static void destroy(private_daemon_t *this)
DESTROY_IF(this->public.ike_sa_manager);
DESTROY_IF(this->public.controller);
DESTROY_IF(this->public.eap);
- DESTROY_IF(this->public.sim);
DESTROY_IF(this->public.tnccs);
#ifdef ME
DESTROY_IF(this->public.connect_manager);
@@ -290,7 +289,6 @@ private_daemon_t *daemon_create()
charon = &this->public;
this->public.controller = controller_create();
this->public.eap = eap_manager_create();
- this->public.sim = sim_manager_create();
this->public.tnccs = tnccs_manager_create();
this->public.backends = backend_manager_create();
this->public.socket = socket_manager_create();