mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[RPCRT4]
Import Wine commit (by Alexandre Julliard): - 7b0c2cdbcd64cffa2f5c5a37f55799b114132b59, Remove noisy fixme. svn path=/trunk/; revision=73075
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user