mirror of
https://github.com/netdata/netdata.git
synced 2025-05-07 10:31:02 +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)
|
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)) {
|
if(parse_cancel_pending_req(msg, msg_len, &cmd)) {
|
||||||
error_report("Error parsing CancelPendingReq");
|
error_report("Error parsing CancelPendingReq");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue