Skip to content

Commit

Permalink
20210516
Browse files Browse the repository at this point in the history
  • Loading branch information
ldcsaa committed May 16, 2021
1 parent b7e39b0 commit c69094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/src/SocketHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ BOOL GetSockAddrByHostNameDirectly(LPCTSTR lpszHost, USHORT usPort, HP_SOCKADDR&
addrinfo hints = {0};

#if defined(__ANDROID__)
hints.ai_flags = AI_DEFAULT;
hints.ai_flags = 0;
#else
hints.ai_flags = (AI_V4MAPPED | AI_ADDRCONFIG);
#endif
Expand Down

0 comments on commit c69094f

Please sign in to comment.