Index: dll/3rdparty/libtirpc/src/bindresvport.c =================================================================== --- dll/3rdparty/libtirpc/src/bindresvport.c (revision 75919) +++ dll/3rdparty/libtirpc/src/bindresvport.c (working copy) @@ -185,7 +185,7 @@ #ifdef _WIN32 memset(sa, 0, salen); - if (error = getsockopt(sd, SOL_SOCKET, SO_PROTOCOL_INFO, (char *)&proto_info, &proto_info_size) == SOCKET_ERROR) { + if ((error = getsockopt(sd, SOL_SOCKET, SO_PROTOCOL_INFO, (char *)&proto_info, &proto_info_size)) == SOCKET_ERROR) { #ifndef __REACTOS__ int sockerr = WSAGetLastError(); #endif