mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
max_attr_size is an uint32_t value
This commit is contained in:
parent
13a87236c2
commit
ed27e0e7c7
@ -40,7 +40,7 @@ pa_tnc_attr_t* swid_error_create(swid_error_code_t code, u_int32_t request_id,
|
|||||||
writer->write_uint32(writer, request_id);
|
writer->write_uint32(writer, request_id);
|
||||||
if (code == TCG_SWID_RESPONSE_TOO_LARGE)
|
if (code == TCG_SWID_RESPONSE_TOO_LARGE)
|
||||||
{
|
{
|
||||||
writer->write_uint16(writer, max_attr_size);
|
writer->write_uint32(writer, max_attr_size);
|
||||||
}
|
}
|
||||||
if (description)
|
if (description)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user