fujuntang
2021-11-19 4f8e1e58427147b7a9a784639e2170d34c5d3221
src/net/net_mod_socket.cpp
@@ -121,7 +121,6 @@
  if (mpool == NULL)
  {
    /* If first call from this thread, allocate buffer for thread, and save its location */
    logger->debug("Create connPool");
    mpool = new NetConnPool();
    if (mpool == NULL) {
      LoggerFactory::getLogger()->error(errno, "NetModSocket::_sendandrecv_ malloc");