From 1e92d5f1145db47b1eb6a2edbfcf421d60460f2b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 19 Aug 2013 09:52:12 +0200 Subject: Process PB-TNC batches received via PT-TLS asynchronously --- src/libcharon/plugins/tnc_pdp/tnc_pdp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/libcharon/plugins/tnc_pdp/tnc_pdp.c') diff --git a/src/libcharon/plugins/tnc_pdp/tnc_pdp.c b/src/libcharon/plugins/tnc_pdp/tnc_pdp.c index 2e9c33967..f4b1ba9ce 100644 --- a/src/libcharon/plugins/tnc_pdp/tnc_pdp.c +++ b/src/libcharon/plugins/tnc_pdp/tnc_pdp.c @@ -587,8 +587,7 @@ static bool pt_tls_receive_more(pt_tls_server_t *this, int fd, switch (this->handle(this)) { case NEED_MORE: - DBG1(DBG_TNC, "PT-TLS connection needs more"); - break; + return TRUE; case FAILED: case SUCCESS: default: @@ -597,8 +596,6 @@ static bool pt_tls_receive_more(pt_tls_server_t *this, int fd, close(fd); return FALSE; } - - return TRUE; } /** -- cgit v1.2.3