Author: janderwald Date: Sat Nov 28 23:15:20 2009 New Revision: 44315
URL: http://svn.reactos.org/svn/reactos?rev=44315&view=rev Log: - Try fix increase of winmm:mixer tests failure - Found by Gregor Schneider (DosX)
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/p... ============================================================================== --- trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] Sat Nov 28 23:15:20 2009 @@ -122,7 +122,7 @@ // check if this a GUID_NULL request if (Status == STATUS_NOT_FOUND) { - if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_NODE) || !(Property->Property.Flags & KSPROPERTY_TYPE_TOPOLOGY)) + if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_NODE)) return Status;
// check if its a request for a topology node