From d52c87dee3aac4af66ad2e1a86094ca27209d816 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 16 十一月 2021 16:19:45 +0800 Subject: [PATCH] Fix the service manager exits exceptionally issue. --- src/socket/shm_socket.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/socket/shm_socket.cpp b/src/socket/shm_socket.cpp index ae9a98b..a6b6f93 100644 --- a/src/socket/shm_socket.cpp +++ b/src/socket/shm_socket.cpp @@ -426,7 +426,7 @@ exit(1); } } - + sendpak.key = tmp_socket->key; sendpak.size = send_size; if(send_buf != NULL) { -- Gitblit v1.8.0