Skip to content

Commit

Permalink
Merge pull request #18922 from jakesmith/HPCC-32310-dnstimeout-winbui…
Browse files Browse the repository at this point in the history
…ld-fix

HPCC-32310 DNS timeout win build fix

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jul 29, 2024
2 parents 244c696 + 0a12091 commit dc060d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/jlib/jsocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ static int getAddressInfo(const char *name, unsigned *netaddr, bool okToLogErr);

static CriticalSection queryDNSCS;

#ifndef EAI_SYSTEM
# define EAI_SYSTEM -11
#endif
class CAddrInfoThreadArgs : public CInterface
{
public:
Expand Down

0 comments on commit dc060d4

Please sign in to comment.