From f9cae4bc17d157530437139fcb11abf3da8f6199 Mon Sep 17 00:00:00 2001 From: wangbo Date: Thu, 25 Jan 2024 00:25:15 +0000 Subject: [PATCH] =?UTF-8?q?FIX=201.=E5=8F=AA=E6=9C=89=E9=80=9A=E8=AE=AF?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E9=85=8D=E7=BD=AE=E4=B8=BA=E6=9C=97=E5=BE=B7?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=89=8D=E5=8F=AF=E4=BB=A5=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E6=9C=97=E5=BE=B7=E5=90=8E=E5=8F=B0;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/a_process/ca_csg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/a_process/ca_csg.c b/app/lib/a_process/ca_csg.c index 1975029..79ff702 100755 --- a/app/lib/a_process/ca_csg.c +++ b/app/lib/a_process/ca_csg.c @@ -742,7 +742,7 @@ void *_csg_manage_handle(void *arg) || pparam_config->gateway.ServerIP1[2] == 0 || pparam_config->gateway.ServerIP1[3] == 0 || pparam_config->gateway.ServerIP1_Port == 0 - /*|| pparam_config->gateway.CommunicationMode != 1*/) + || pparam_config->gateway.CommunicationMode != 1) { sleep(1); DBG(DBG_M_CA_CSG_ERR, "param error: ServerIP1:%d.%d.%d.%d ServerIP1_Port:%d CommunicationMode:%d\r\n",