VirtualBox

Ignore:
Timestamp:
Apr 14, 2016 1:45:31 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106599
Message:

ValidationKit/usb: More fixes for the server and client side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp

    r60394 r60493  
    184184    if (cbStr <= sizeof(aszPathFunc) - 1)
    185185    {
    186         cbStr = RTStrPrintf(&aszPathCfg[0], sizeof(aszPathCfg), "%s/configs/%s",
    187                             pClass->pszGadgetPath, pszCfg);
     186        cbStr = RTStrPrintf(&aszPathCfg[0], sizeof(aszPathCfg), "%s/configs/%s/%s",
     187                            pClass->pszGadgetPath, pszCfg, pszFunc);
    188188        if (cbStr <= sizeof(aszPathCfg) - 1)
    189189            rc = RTSymlinkCreate(&aszPathCfg[0], &aszPathFunc[0], RTSYMLINKTYPE_DIR, 0);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette