VirtualBox

Changeset 84781 in vbox for trunk


Ignore:
Timestamp:
Jun 11, 2020 7:11:53 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/TXS: Added opcode spacing for PKFILE.

File:
1 edited

Legend:

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

    r84763 r84781  
    30633063        else if (txsIsSameOpcode(pPktHdr, "GET FILE"))
    30643064            rc = txsDoGetFile(pPktHdr);
    3065         else if (txsIsSameOpcode(pPktHdr, "PKFILE"))
     3065        else if (txsIsSameOpcode(pPktHdr, "PKFILE  "))
    30663066            rc = txsDoPackFile(pPktHdr);
    30673067        else if (txsIsSameOpcode(pPktHdr, "UNPKFILE"))
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