Added comment after Serg's review

parent 5670a3f3
......@@ -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