Changeset 70198 in vbox for trunk/src/VBox
- Timestamp:
- Dec 18, 2017 1:42:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r70195 r70198 795 795 /** @todo r=bird: getaddrinfo and freeaddrinfo breaks the additions on NT4. */ 796 796 struct addrinfo *pgrResults = NULL; 797 rc = g _pfngetaddrinfo(pszHost, "", &grHints, &pgrResults);797 rc = getaddrinfo(pszHost, "", &grHints, &pgrResults); 798 798 if (rc != 0) 799 799 return VERR_NET_ADDRESS_NOT_AVAILABLE;
Note:
See TracChangeset
for help on using the changeset viewer.