libtnccs: Add dummy entry to pb_tnc_tcg_msg_infos

That's required because the first message type in pb_tnc_tcg_msg_type_t
is 1 not 0.
This commit is contained in:
Tobias Brunner
2013-10-29 13:36:15 +01:00
parent 751670a93b
commit 348b9d82b4
@@ -53,7 +53,8 @@ pb_tnc_msg_info_t pb_tnc_msg_infos[] = {
};
pb_tnc_msg_info_t pb_tnc_tcg_msg_infos[] = {
{ 20, FALSE, TRUE, FALSE },
{ 0 }, /* dummy entry because pb_tnc_tcg_msg_type_t starts with 1 */
{ 20, FALSE, TRUE, FALSE },
};
/**