VirtualBox

Changeset 46178 in vbox


Ignore:
Timestamp:
May 20, 2013 9:29:28 PM (12 years ago)
Author:
vboxsync
Message:

More grr here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/net/netaddrstr.cpp

    r45122 r46178  
    22/** @file
    33 * IPRT - Network Address String Handling.
     4 *
     5 * @remarks Don't add new functionality to this file, it goes into netaddrstr2.cpp
     6 *          or some other suitable file (legal reasons + code not up to oracle
     7 *          quality standards and requires rewrite from scratch).
    48 */
    59
     
    203207 * that no security checks are done at the moment. This can change.
    204208 *
    205  * @returns iprt sstatus code.
     209 * @returns iprt sstatus code, yeah, right... This function most certainly DOES
     210 *          NOT RETURN ANY IPRT STATUS CODES.  It's also a unreadable mess.
    206211 * @param pszAddress       The strin that holds the IPv6 address
    207212 * @param addressLength    The length of pszAddress
     
    11481153    int rc;
    11491154    int rc2;
    1150     int returnValue;
     1155    int returnValue = VERR_NOT_SUPPORTED; /* gcc want's this initialized, I understand its confusion. */
    11511156
    11521157    char *p = NULL, *pl = NULL;
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