aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20/tnccs_20.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-08-07 19:41:29 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-08-15 23:34:22 +0200
commit180a2f2642fc55c9d0836449e55bf76a52391c31 (patch)
tree29c5c1479b275b6918236ae9baa702cfe00410ed /src/libcharon/plugins/tnccs_20/tnccs_20.c
parentf5b5d262e8929784d13d6ed1e76e0f00eedb2698 (diff)
downloadstrongswan-180a2f2642fc55c9d0836449e55bf76a52391c31.tar.bz2
strongswan-180a2f2642fc55c9d0836449e55bf76a52391c31.tar.xz
rapid PT-TLS AR/PDP prototype
Diffstat (limited to 'src/libcharon/plugins/tnccs_20/tnccs_20.c')
-rw-r--r--src/libcharon/plugins/tnccs_20/tnccs_20.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libcharon/plugins/tnccs_20/tnccs_20.c b/src/libcharon/plugins/tnccs_20/tnccs_20.c
index 4c8f3a925..55f33c143 100644
--- a/src/libcharon/plugins/tnccs_20/tnccs_20.c
+++ b/src/libcharon/plugins/tnccs_20/tnccs_20.c
@@ -34,9 +34,8 @@
#include <tnc/imc/imc_manager.h>
#include <tnc/imv/imv_manager.h>
-#include <utils/debug.h>
-#include <daemon.h>
#include <threading/mutex.h>
+#include <utils/debug.h>
#include <collections/linked_list.h>
#include <pen/pen.h>
@@ -934,10 +933,10 @@ tnccs_t* tnccs_20_create(bool is_server,
.messages = linked_list_create(),
.max_batch_len = lib->settings->get_int(lib->settings,
"%s.plugins.tnccs-20.max_batch_size", 65522,
- charon->name),
+ "charon"),
.max_msg_len = lib->settings->get_int(lib->settings,
"%s.plugins.tnccs-20.max_message_size", 65490,
- charon->name),
+ "charon"),
);
return &this->public;