[RPCRT4]
authorPierre Schweitzer <pierre@reactos.org>
Sun, 30 Oct 2016 09:17:42 +0000 (09:17 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 30 Oct 2016 09:17:42 +0000 (09:17 +0000)
Import Wine commit (by Alexandre Julliard):
7b0c2cdbcd64cffa2f5c5a37f55799b114132b59, Remove noisy fixme.

svn path=/trunk/; revision=73075

reactos/dll/win32/rpcrt4/rpc_transport.c

index ee08f84..30e6301 100644 (file)
@@ -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))
   {