VirtualBox

Changeset 14205 in vbox


Ignore:
Timestamp:
Nov 14, 2008 1:05:27 PM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

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

    r14204 r14205  
    233233
    234234    PRTREQ pReq = NULL;
    235     bool fWait;
    236235    /* don't queue new requests when the NAT thread is about to stop */
    237236    if (pThis->pThread->enmState != PDMTHREADSTATE_RUNNING)
     
    379378        slirp_select_poll(pThis->pNATState, &ReadFDs, &WriteFDs, &XcptFDs);
    380379        /* process _all_ outstanding requests but don't wait */
    381         while (RT_SUCCESS(RTReqProcess(This->pReqQueue, 0)))
     380        while (RT_SUCCESS(RTReqProcess(pThis->pReqQueue, 0)))
    382381            ;
    383382# endif /* RT_OS_WINDOWS */
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