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) {