From 82b028cf63953d8080b63d85468eae488d212194 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期四, 23 九月 2021 14:30:07 +0800 Subject: [PATCH] Fix the data parsing when in multiple threads. --- src/bus_proxy_start.cpp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/bus_proxy_start.cpp b/src/bus_proxy_start.cpp index c3104a9..e2e4955 100644 --- a/src/bus_proxy_start.cpp +++ b/src/bus_proxy_start.cpp @@ -45,9 +45,6 @@ return NULL; } - - - void *svr_start(void *skptr) { int port = *(int *)skptr; -- Gitblit v1.8.0