Module: wine Branch: master Commit: 7b0c2cdbcd64cffa2f5c5a37f55799b114132b59 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b0c2cdbcd64cffa2f5c5a37f5... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Oct 20 15:19:02 2016 -0700 rpcrt4: Remove noisy fixme. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 4ba17a0..67a0220 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)) {