From cbe672c073483f8710beda04d88c5b683f4e1960 Mon Sep 17 00:00:00 2001 From: huangxin Date: Tue, 7 Feb 2023 11:31:14 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=BC=80=E5=85=B3=E5=AE=8F=E5=AE=9A=E4=B9=89?= 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 dbf1aea..477117f 100644 --- a/srcs/vcpe_main.c +++ b/srcs/vcpe_main.c @@ -52,7 +52,7 @@ static void lwip_init_env() { cJSON *create_app_process_status(int isStart) { cJSON *pRspMsg = cJSON_CreateObject(); -#ifdef USED_USER_VNI +#ifdef USER_VNI cJSON_AddNumberToObject(pRspMsg, "vni", cfg_get_user_vni_id()); #endif cJSON_AddStringToObject(pRspMsg, "process", isStart ? "setup" : "exit");