VirtualBox

Changeset 108819 in vbox for trunk/src


Ignore:
Timestamp:
Apr 1, 2025 9:11:17 PM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168265
Message:

libslirp: Handle table cleanups & docs. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libslirp-4.8.0/src/nathandletable.c

    r108818 r108819  
    6767    {
    6868        int rc = RTHandleTableCreate(&hHandleTable);
    69         AssertLogRelRCReturn(rc, -1);
     69        AssertLogRelRCReturn(rc, rc);
    7070        /** @todo potential race here? iff so, use cmpxchg from asm.h   */
    7171        g_hNATHandleTable = hHandleTable;
Note: See TracChangeset for help on using the changeset viewer.

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