diff options
-rw-r--r-- | src/libcharon/plugins/tnccs_11/tnccs_11.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |