Commit 2497a534 authored by Ivo Ivanov's avatar Ivo Ivanov Committed by Alexandre Julliard

hidclass.sys: Use the correct string for container_id.

parent 8bd411da
......@@ -441,7 +441,7 @@ static WCHAR *query_container_id(DEVICE_OBJECT *device)
WCHAR *dst;
if ((dst = ExAllocatePool(PagedPool, size)))
memcpy(dst, ext->instance_id, size);
memcpy(dst, ext->container_id, size);
return dst;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment