mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 19:33:28 +01:00
tests: fix uninitialized data valgrind reports in levin tests
This commit is contained in:
parent
73e8a76d86
commit
ab7b56e0e2
@ -242,6 +242,7 @@ namespace
|
|||||||
m_req_head.m_cb = m_in_data.size();
|
m_req_head.m_cb = m_in_data.size();
|
||||||
m_req_head.m_have_to_return_data = true;
|
m_req_head.m_have_to_return_data = true;
|
||||||
m_req_head.m_command = expected_command;
|
m_req_head.m_command = expected_command;
|
||||||
|
m_req_head.m_return_code = LEVIN_OK;
|
||||||
m_req_head.m_flags = LEVIN_PACKET_REQUEST;
|
m_req_head.m_flags = LEVIN_PACKET_REQUEST;
|
||||||
m_req_head.m_protocol_version = LEVIN_PROTOCOL_VER_1;
|
m_req_head.m_protocol_version = LEVIN_PROTOCOL_VER_1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user