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:
@@ -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 },
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user