Changeset 39807 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 19, 2012 10:43:42 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r39806 r39807 591 591 592 592 /* Empty address resolves to the INADDR_ANY address (good for bind). */ 593 if ( pszAddress || !*pszAddress)593 if (!pszAddress || !*pszAddress) 594 594 { 595 595 pAddr->u = INADDR_ANY;
Note:
See TracChangeset
for help on using the changeset viewer.