Changeset 22815 in vbox for trunk/src/VBox/Main/darwin
- Timestamp:
- Sep 7, 2009 4:45:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/NetIf-darwin.cpp
r21878 r22815 272 272 } 273 273 free(pBuf); 274 return VERR_INTERNAL_ERROR;274 return 0; /* Failed to find default interface, take the first one in the list. */ 275 275 } 276 276
Note:
See TracChangeset
for help on using the changeset viewer.