From 2c3464af46f2f3b9e66586bceeabe1cdbee029a6 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 7 May 2011 10:22:57 +0200 Subject: [PATCH] added missing comma --- src/libcharon/plugins/tnccs_11/tnccs_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/plugins/tnccs_11/tnccs_11.c b/src/libcharon/plugins/tnccs_11/tnccs_11.c index edacb97c6..033b73253 100644 --- a/src/libcharon/plugins/tnccs_11/tnccs_11.c +++ b/src/libcharon/plugins/tnccs_11/tnccs_11.c @@ -454,7 +454,7 @@ METHOD(tls_t, get_eap_msk, chunk_t, METHOD(tls_t, destroy, void, private_tnccs_11_t *this) { - charon->tnccs->remove_connection(charon->tnccs, this->connection_id + charon->tnccs->remove_connection(charon->tnccs, this->connection_id, this->is_server); this->mutex->destroy(this->mutex); DESTROY_IF(this->batch);