mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[BASESRV] Misc fixes: use BaseSrvHeap and silent a DPRINT
This commit is contained in:
parent
cc13842ad4
commit
e1e6cfd312
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ IsGlobalSymbolicLink(HANDLE LinkHandle,
|
|||
{
|
||||
if (PNameInfo != NULL)
|
||||
{
|
||||
RtlFreeHeap(RtlGetProcessHeap(), 0, PNameInfo);
|
||||
RtlFreeHeap(BaseSrvHeap, 0, PNameInfo);
|
||||
}
|
||||
}
|
||||
_SEH2_END;
|
||||
|
@ -208,7 +208,7 @@ CSR_API(BaseSrvDefineDosDevice)
|
|||
}
|
||||
#endif
|
||||
|
||||
DPRINT1("BaseSrvDefineDosDevice entered, Flags:%d, DeviceName:%wZ (%d), TargetPath:%wZ (%d)\n",
|
||||
DPRINT("BaseSrvDefineDosDevice entered, Flags:%d, DeviceName:%wZ (%d), TargetPath:%wZ (%d)\n",
|
||||
DefineDosDeviceRequest->Flags,
|
||||
&DefineDosDeviceRequest->DeviceName,
|
||||
DefineDosDeviceRequest->DeviceName.Length,
|
||||
|
|
Loading…
Reference in a new issue