mirror of
https://github.com/netdata/netdata.git
synced 2025-04-24 05:13:08 +00:00
parent
66c02874f1
commit
048394ca5c
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ int stop_streaming_contexts(const char *msg, size_t msg_len)
|
|||
|
||||
int cancel_pending_req(const char *msg, size_t msg_len)
|
||||
{
|
||||
struct aclk_cancel_pending_req cmd;
|
||||
struct aclk_cancel_pending_req cmd = {.request_id = NULL, .trace_id = NULL};
|
||||
if(parse_cancel_pending_req(msg, msg_len, &cmd)) {
|
||||
error_report("Error parsing CancelPendingReq");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue