VirtualBox

Changeset 104583 in vbox


Ignore:
Timestamp:
May 13, 2024 10:04:50 AM (7 months ago)
Author:
vboxsync
Message:

Devices/Network/DrvNAT.cpp: Simplify drvNATRecvWakeup() a tiny bit, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r104389 r104583  
    271271    RT_NOREF(pThread);
    272272    PDRVNAT pThis = PDMINS_2_DATA(pDrvIns, PDRVNAT);
    273     int rc;
    274     rc = RTSemEventSignal(pThis->EventRecv);
    275273
    276274    STAM_COUNTER_INC(&pThis->StatNATRecvWakeups);
    277     return VINF_SUCCESS;
     275    return RTSemEventSignal(pThis->EventRecv);
    278276}
    279277
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