rpcrt4: Remove noisy fixme.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
80aee498f0
commit
7b0c2cdbcd
|
@ -400,7 +400,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
|
/* Store the local computer name as the NetworkAddr for ncacn_np as long as
|
||||||
* we don't support named pipes over the network. */
|
* we don't support named pipes over the network. */
|
||||||
FIXME("Using local computer name as NetworkAddr\n");
|
|
||||||
new_conn->NetworkAddr = HeapAlloc(GetProcessHeap(), 0, len);
|
new_conn->NetworkAddr = HeapAlloc(GetProcessHeap(), 0, len);
|
||||||
if (!GetComputerNameA(new_conn->NetworkAddr, &len))
|
if (!GetComputerNameA(new_conn->NetworkAddr, &len))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue