VirtualBox

Changeset 93000 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Dec 17, 2021 8:43:28 AM (3 years ago)
Author:
vboxsync
Message:

Fix burn (4)

File:
1 edited

Legend:

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

    r92999 r93000  
    10611061    PVIRTIONETWORKERR3 pWorkerR3 = &pThisCC->aWorkers[pVirtq->uIdx];
    10621062
    1063     int rc, rcThread;
     1063    int rc = VINF_SUCCESS, rcThread;
    10641064    Log10Func(("[%s] Destroying \"%s\"", pThis->szInst, pVirtq->szName));
    10651065    if (pVirtq->fHasWorker)
     
    17401740static bool virtioNetR3AddressFilter(PVIRTIONET pThis, const void *pvBuf, size_t cb)
    17411741{
     1742
     1743RT_NOREF(cb);
    17421744
    17431745#ifdef LOG_ENABLED
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