VirtualBox

Changeset 65188 in vbox for trunk


Ignore:
Timestamp:
Jan 6, 2017 3:49:24 PM (8 years ago)
Author:
vboxsync
Message:

Validation Kit: fixed two loops

Location:
trunk/src/VBox/ValidationKit/utils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp

    r64366 r65188  
    33523352            {
    33533353                PCTXSTRANSPORT pTransport = NULL;
    3354                 for (size_t i = 0; RT_ELEMENTS(g_apTransports); i++)
     3354                for (size_t i = 0; i < RT_ELEMENTS(g_apTransports); i++)
    33553355                    if (!strcmp(g_apTransports[i]->szName, Val.psz))
    33563356                    {
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp

    r64365 r65188  
    15391539            {
    15401540                PCUTSTRANSPORT pTransport = NULL;
    1541                 for (size_t i = 0; RT_ELEMENTS(g_apTransports); i++)
     1541                for (size_t i = 0; i < RT_ELEMENTS(g_apTransports); i++)
    15421542                    if (!strcmp(g_apTransports[i]->szName, Val.psz))
    15431543                    {
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