Merge pull request #207 from Jakuje/master
vpcd: Initialize variable also on Windows
This commit is contained in:
@@ -179,6 +179,7 @@ SOCKET waitforclient(SOCKET server, long secs, long usecs)
|
||||
fd_set rfds;
|
||||
struct timeval tv;
|
||||
|
||||
FD_ZERO(&rfds);
|
||||
#pragma warning(disable:4127)
|
||||
FD_SET(server, &rfds);
|
||||
#pragma warning(default:4127)
|
||||
|
||||
Reference in New Issue
Block a user