From 14daf5f945eb3c432723fd22936c029b56db59a9 Mon Sep 17 00:00:00 2001 From: huangxin Date: Wed, 15 Feb 2023 17:40:08 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/vcpe_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/vcpe_main.c b/srcs/vcpe_main.c index 477117f..be9942c 100644 --- a/srcs/vcpe_main.c +++ b/srcs/vcpe_main.c @@ -110,7 +110,7 @@ int main(int argc, char **argv) { task_manager_run(); const char *pStrExit = proto_create_new(create_app_process_status(0), 200); - inet_http_post_async(config_get_agent_moniter_report_url(), pStrSetup, on_http_response_cb, (void *)pStrSetup); + inet_http_post_async(config_get_agent_moniter_report_url(), pStrSetup, on_http_response_cb, (void *)pStrExit); while (!is_system_cleanup()) { sleep(1);