mirror of
https://github.com/MariaDB/server.git
synced 2025-12-04 17:23:46 +03:00
Jammed Qmgr a bit more
Fixed Bug #4935, initialise before connecting again Some lines removed
This commit is contained in:
@@ -146,7 +146,6 @@ SocketServer::doAccept(){
|
||||
ServiceInstance & si = m_services[i];
|
||||
|
||||
if(FD_ISSET(si.m_socket, &readSet)){
|
||||
|
||||
NDB_SOCKET_TYPE childSock = accept(si.m_socket, 0, 0);
|
||||
if(childSock == NDB_INVALID_SOCKET){
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user