Changeset 43714 in vbox
- Timestamp:
- Oct 24, 2012 6:57:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_dns.c
r43673 r43714 185 185 char *home = NULL; 186 186 AssertPtrReturn(pResolvConfFile, VERR_INVALID_PARAMETER); 187 LogFlowFuncEnter(); 187 188 # ifdef RT_OS_OS2 188 189 /* Try various locations. */ … … 221 222 # endif 222 223 # endif /* !RT_OS_OS2 */ 224 LogFlowFuncLeaveRC(rc); 223 225 return rc; 224 226 }
Note:
See TracChangeset
for help on using the changeset viewer.