From b434ecb453f273c0e463a2be4c60483a4739b2b6 Mon Sep 17 00:00:00 2001 From: zhanglianghy Date: Mon, 29 Jul 2019 09:58:55 +0800 Subject: [PATCH] =?UTF-8?q?MOD=20aaa-12=20configm=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=B0=83=E6=95=B4=E5=88=B0/tmp/configm=20SOL?= =?UTF-8?q?=20=20configm=E8=BF=90=E8=A1=8C=E7=9B=AE=E5=BD=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=88=B0/tmp/configm=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=EF=BC=9Azhangliang=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Azhang?= =?UTF-8?q?liang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/user/rpc/rpc_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/user/rpc/rpc_thread.c b/Platform/user/rpc/rpc_thread.c index bebdd267d..8cf437f84 100755 --- a/Platform/user/rpc/rpc_thread.c +++ b/Platform/user/rpc/rpc_thread.c @@ -108,7 +108,7 @@ void rpc_worker_start(rpc_worker_thread *th) { void rpc_get_unix_socket_dir(char* socket_dir) { - static char *dir_path = "/var/run/configm"; + static char *dir_path = "/tmp/configm"; if(access(dir_path, R_OK) == 0) {