X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdrivers%2Fparallel%2Fparport%2Ffdo.c;h=8e757c0cc7b54b319b3f034b04a0df18f3bab0e4;hp=121429649ed6a720708d067d6eab2d9531ecce09;hb=87a055b1757e129d7041c1d8b3386352c3e56445;hpb=ad4ae3829374037d6c24ac8e819983323de6f244;ds=sidebyside diff --git a/reactos/drivers/parallel/parport/fdo.c b/reactos/drivers/parallel/parport/fdo.c index 121429649ed..8e757c0cc7b 100644 --- a/reactos/drivers/parallel/parport/fdo.c +++ b/reactos/drivers/parallel/parport/fdo.c @@ -371,6 +371,7 @@ FdoQueryBusRelations( i = 0; ObReferenceObject(DeviceExtension->AttachedRawPdo); DeviceRelations->Objects[i] = DeviceExtension->AttachedRawPdo; + DeviceRelations->Count = 1; Irp->IoStatus.Information = (ULONG_PTR)DeviceRelations;