hidclass.sys: Use the correct string for container_id.
This commit is contained in:
parent
8bd411da0a
commit
2497a53484
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue