From 7b0c2cdbcd64cffa2f5c5a37f55799b114132b59 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 20 Oct 2016 15:19:02 -0700 Subject: [PATCH] rpcrt4: Remove noisy fixme. Signed-off-by: Alexandre Julliard --- dlls/rpcrt4/rpc_transport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c index 4ba17a0e429..67a02204532 100644 --- a/dlls/rpcrt4/rpc_transport.c +++ b/dlls/rpcrt4/rpc_transport.c @@ -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 * 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)) {