return result

This commit is contained in:
Andreas Steffen
2011-09-08 12:08:11 +02:00
parent 8c1fb416c7
commit b391488c75
+1 -1
View File
@@ -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;