Whamcloud - gitweb
LU-16502 lutf: add proper config option and fix bugs
[fs/lustre-release.git] / lustre / tests / lutf / src / liblutf_agent.c
index 6597383..4f024ed 100644 (file)
@@ -547,7 +547,7 @@ out:
 lutf_rc_t lutf_send_rpc(char *agent, char *yaml, int timeout, char **rsp)
 {
        lutf_rc_t rc = EN_LUTF_RC_RPC_FAIL;
-       lutf_agent_blk_t *agent_blk;
+       lutf_agent_blk_t *agent_blk = NULL;
        char *default_rsp;
        lutf_message_hdr_t hdr;
        char *recvBuf = NULL;