VirtualBox

Changeset 39807 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jan 19, 2012 10:43:42 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75788
Message:

duh2!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r39806 r39807  
    591591
    592592    /* Empty address resolves to the INADDR_ANY address (good for bind). */
    593     if (pszAddress || !*pszAddress)
     593    if (!pszAddress || !*pszAddress)
    594594    {
    595595        pAddr->u = INADDR_ANY;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette