added case IMV_ATTESTATION_STATE_END

This commit is contained in:
Andreas Steffen
2011-12-18 19:39:25 +01:00
parent 6d3b46668f
commit f994caf665
2 changed files with 3 additions and 5 deletions
@@ -284,10 +284,8 @@ bool imv_attestation_build(linked_list_t *attr_list,
}
break;
}
default:
DBG1(DBG_IMV, "Attestation IMV is in unknown state: \"%s\"",
handshake_state);
return FALSE;
case IMV_ATTESTATION_STATE_END:
break;
}
return TRUE;
}