Skip to content
Snippets Groups Projects
Commit f2789ab8 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix assignment operator thinko

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