Commit 4e7f3d30 authored by unknown's avatar unknown

Added comment after Serg's review

parent a1c9c5d0
......@@ -3003,6 +3003,8 @@ int main(int argc, char **argv)
#endif
#ifdef __WIN__
/* Before performing any socket operation (like retrieving hostname */
/* in init_common_variables we have to call WSAStartup */
if (!opt_disable_networking)
{
WSADATA WsaData;
......
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