VirtualBox

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


Ignore:
Timestamp:
Apr 20, 2012 6:29:19 AM (13 years ago)
Author:
vboxsync
Message:

DevE1000: uninitialized variable

File:
1 edited

Legend:

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

    r40996 r40998  
    45014501static int e1kXmitPending(E1KSTATE *pState, bool fOnWorkerThread)
    45024502{
    4503     int rc;
     4503    int rc = VINF_SUCCESS;
    45044504
    45054505    /*
     
    45624562static int e1kXmitPending(E1KSTATE *pState, bool fOnWorkerThread)
    45634563{
    4564     int rc;
     4564    int rc = VINF_SUCCESS;
    45654565
    45664566    /*
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