VirtualBox

Changeset 54826 in vbox


Ignore:
Timestamp:
Mar 18, 2015 3:35:41 AM (10 years ago)
Author:
vboxsync
Message:

fixed misprint in IRP request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp

    r48062 r54826  
    190190        return STATUS_INSUFFICIENT_RESOURCES;
    191191    }
    192     IoStatus.Status = STATUS_NOT_SUPPORTED;
    193 
     192    pIrp->IoStatus.Status = STATUS_NOT_SUPPORTED;
     193       
    194194    pSl = IoGetNextIrpStackLocation(pIrp);
    195195    pSl->MajorFunction = IRP_MJ_PNP;
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