From a83223202715268f196c665e6c1b918c092f40a7 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 22 Aug 2011 07:37:03 +0200 Subject: [PATCH] nothing to send with BeginHandshake --- src/libimcv/plugins/imc_attestation/imc_attestation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libimcv/plugins/imc_attestation/imc_attestation.c b/src/libimcv/plugins/imc_attestation/imc_attestation.c index 9c9d1e161..54a841a19 100644 --- a/src/libimcv/plugins/imc_attestation/imc_attestation.c +++ b/src/libimcv/plugins/imc_attestation/imc_attestation.c @@ -395,7 +395,7 @@ TNC_Result TNC_IMC_BeginHandshake(TNC_IMCID imc_id, DBG1(DBG_IMC, "IMC \"%s\" has not been initialized", imc_name); return TNC_RESULT_NOT_INITIALIZED; } - return send_message(connection_id); + return TNC_RESULT_SUCCESS; } /**