From f0a8bf47f7d01ded310e60b3ec1e7204284dd7f7 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 25 Oct 2011 01:10:02 +0200 Subject: refactored TNC framework --- src/libcharon/daemon.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libcharon/daemon.c') diff --git a/src/libcharon/daemon.c b/src/libcharon/daemon.c index 9412fee7c..9b6af22bb 100644 --- a/src/libcharon/daemon.c +++ b/src/libcharon/daemon.c @@ -29,8 +29,6 @@ # endif /* CAPABILITIES_NATIVE */ #endif /* CAPABILITIES */ -#define USE_TNC /* for tnccs_manager */ - #include "daemon.h" #include @@ -124,7 +122,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.tnccs); #ifdef ME DESTROY_IF(this->public.connect_manager); DESTROY_IF(this->public.mediation_manager); @@ -294,7 +291,6 @@ private_daemon_t *daemon_create() charon = &this->public; this->public.controller = controller_create(); this->public.eap = eap_manager_create(); - this->public.tnccs = tnccs_manager_create(); this->public.backends = backend_manager_create(); this->public.socket = socket_manager_create(); this->public.traps = trap_manager_create(); -- cgit v1.2.3