From f4097ed2e11ab50378dfaaabe879d7baa32b4ad2 Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Fri, 21 Jun 2019 14:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3fd=E5=9C=A8=E4=BC=A0=E5=85=A5?= =?UTF-8?q?tfe=E5=90=8E=E5=85=B3=E9=97=AD=E5=AF=BC=E8=87=B4=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=80=80=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/acceptor_kni_v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/src/acceptor_kni_v2.cpp b/platform/src/acceptor_kni_v2.cpp index c7316f7..24cc9ac 100644 --- a/platform/src/acceptor_kni_v2.cpp +++ b/platform/src/acceptor_kni_v2.cpp @@ -89,14 +89,14 @@ void acceptor_kni_v2_event(evutil_socket_t fd, short what, void * user) if (unlikely(__cmsghdr == NULL)) { TFE_LOG_ERROR(__ctx->logger, "failed at fetch CMSG_FIRSTHDR() from incoming fds."); - goto __die; + goto __drop_recieved_fds; } __fds = (int *) (CMSG_DATA(__cmsghdr)); if (unlikely(__fds == NULL)) { TFE_LOG_ERROR(__ctx->logger, "failed at fetch CMSG_DATA() from incoming fds."); - goto __die; + goto __drop_recieved_fds; } /* Apply a cmsg structure */