Skip to content
Snippets Groups Projects
Commit c4e69a52 authored by Erik von Reis's avatar Erik von Reis
Browse files

awgtpman: initialize RPC result before call

RPC results need to be cleared before calling an RPC function.
parent 7db9b597
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!387Merge master branch into debian packaging branch,!369awgtpman: client interface will now detect and use older RPC interfaces
......@@ -1080,6 +1080,7 @@ int testAwgTpInterfaceVersion(int node)
testpoint_t tp[ 128 ];
resultQueryTP_r result;
memset (&result, 0, sizeof (resultQueryTP_r));
int chk = testpoint_client( );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment