mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:25:56 +00:00
[MEH]
Meh. svn path=/trunk/; revision=69231
This commit is contained in:
parent
6f8109e6e1
commit
7e81961504
1 changed files with 1 additions and 1 deletions
|
@ -1725,7 +1725,7 @@ MountMgrVolumeMountPointCreated(IN PDEVICE_EXTENSION DeviceExtension,
|
||||||
FreePool(LinkTarget.Buffer);
|
FreePool(LinkTarget.Buffer);
|
||||||
FreePool(SourceDeviceName.Buffer);
|
FreePool(SourceDeviceName.Buffer);
|
||||||
FreePool(SourceSymbolicName.Buffer);
|
FreePool(SourceSymbolicName.Buffer);
|
||||||
return STATUS_STATUS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
else if (!NT_SUCCESS(Status))
|
else if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue