From: Vibhav Pant vibhavp@gmail.com
--- dlls/winebth.sys/winebth.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/winebth.sys/winebth.c b/dlls/winebth.sys/winebth.c index 65dd6d8b152..913ff503530 100644 --- a/dlls/winebth.sys/winebth.c +++ b/dlls/winebth.sys/winebth.c @@ -129,6 +129,7 @@ static NTSTATUS WINAPI dispatch_bluetooth( DEVICE_OBJECT *device, IRP *irp ) info->radioInfo.mfg = ext->props.manufacturer; LeaveCriticalSection( &ext->props_cs );
+ irp->IoStatus.Information = sizeof( *info ); status = STATUS_SUCCESS; break; }