VirtualBox

Ignore:
Timestamp:
Sep 6, 2012 10:13:14 AM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/RTStrIPv6.cpp

    r43215 r43220  
    12211221RTDECL(bool) RTNetIsIPv6AddrStr(const char *pszAddress)
    12221222{
    1223     return rtNetIpv6CheckAddrStr(pszAddress, NULL, 0, true, true);
     1223    return rtNetIpv6CheckAddrStr(pszAddress, NULL, 0, true, true) >= 0;
    12241224}
    12251225RT_EXPORT_SYMBOL(RTNetIsIPv6AddrStr);
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