eliminate message length field in EAP-TNC
This commit is contained in:
@@ -641,7 +641,7 @@ METHOD(tls_t, build, status_t,
|
||||
pb_tnc_batch_type_names, batch_type, data.len,
|
||||
this->connection_id);
|
||||
DBG3(DBG_TNC, "%B", &data);
|
||||
*msglen = data.len;
|
||||
*msglen = 0;
|
||||
|
||||
if (data.len > *buflen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user