From ac5bcbd221416ec28c9bcf82c6689f35b3a14f00 Mon Sep 17 00:00:00 2001 From: Aleksandar Sasha Babic Date: Wed, 19 Aug 2009 10:59:30 +0200 Subject: This was bug as EINPROGRESS and EAGAIN are not the same thing. --- src/network/socket/qlocalsocket_unix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network/socket/qlocalsocket_unix.cpp b/src/network/socket/qlocalsocket_unix.cpp index 2cf8ef6..9211d63 100644 --- a/src/network/socket/qlocalsocket_unix.cpp +++ b/src/network/socket/qlocalsocket_unix.cpp @@ -306,7 +306,6 @@ void QLocalSocketPrivate::_q_connectToSocket() case ETIMEDOUT: errorOccurred(QLocalSocket::SocketTimeoutError, function); break; - case EINPROGRESS: case EAGAIN: // Try again later, all of the sockets listening are full if (!delayConnect) { -- cgit v0.12