1
0
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:
unknown
2004-08-06 20:22:34 +02:00
parent a2b6166e0d
commit 20e8d38bd0
9 changed files with 21 additions and 20 deletions

View File

@@ -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;