Commit f2789ab8 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix assignment operator thinko

Pointed out by Michael Paquier
parent d1747571
......@@ -884,7 +884,7 @@ select_loop(int maxFd, fd_set *workerset, bool *aborting)
i = -1;
if (WSAGetLastError() == WSAEINTR)
errno == EINTR;
errno = EINTR;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment