mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:16:11 +00:00
[DNSAPI] DNSRSLVR_HANDLE_bind(): Demote 1 DPRINT1() (#4733)
Addendum to b79246c534
(0.4.14-dev-174).
CORE-18384
This commit is contained in:
parent
421b89eea1
commit
f0e13157c6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ DNSRSLVR_HANDLE_bind(DNSRSLVR_HANDLE pszMachineName)
|
||||||
LPWSTR pszStringBinding;
|
LPWSTR pszStringBinding;
|
||||||
RPC_STATUS Status;
|
RPC_STATUS Status;
|
||||||
|
|
||||||
DPRINT1("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName);
|
DPRINT("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName);
|
||||||
|
|
||||||
Status = RpcStringBindingComposeW(NULL,
|
Status = RpcStringBindingComposeW(NULL,
|
||||||
L"ncalrpc",
|
L"ncalrpc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue