mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[RPCRT4]
Import Wine commit (by Alexandre Julliard): - 7b0c2cdbcd64cffa2f5c5a37f55799b114132b59, Remove noisy fixme. svn path=/trunk/; revision=73075
This commit is contained in:
parent
55d4688b34
commit
97d164005c
1 changed files with 0 additions and 1 deletions
|
@ -458,7 +458,6 @@ static RPC_STATUS rpcrt4_ncacn_np_handoff(RpcConnection *old_conn, RpcConnection
|
|||
|
||||
/* Store the local computer name as the NetworkAddr for ncacn_np as long as
|
||||
* we don't support named pipes over the network. */
|
||||
FIXME("Using local computer name as NetworkAddr\n");
|
||||
new_conn->NetworkAddr = HeapAlloc(GetProcessHeap(), 0, len);
|
||||
if (!GetComputerNameA(new_conn->NetworkAddr, &len))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue