From b391488c753fe6fe278402f4274c70a667d744cc Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 20 Aug 2011 07:13:48 +0200 Subject: [PATCH] return result --- src/libimcv/plugins/imv_test/imv_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libimcv/plugins/imv_test/imv_test.c b/src/libimcv/plugins/imv_test/imv_test.c index ecc5dd9dd..a0bc31c8d 100644 --- a/src/libimcv/plugins/imv_test/imv_test.c +++ b/src/libimcv/plugins/imv_test/imv_test.c @@ -92,7 +92,7 @@ TNC_Result TNC_IMV_NotifyConnectionChange(TNC_IMVID imv_id, new_state, &state); if (result != TNC_RESULT_SUCCESS) { - return TNC_RESULT_FATAL; + return result; } test_state = (imv_test_state_t*)state;