Author: pschweitzer
Date: Sun Oct 30 09:17:42 2016
New Revision: 73075

URL: http://svn.reactos.org/svn/reactos?rev=73075&view=rev
Log:
[RPCRT4]
Import Wine commit (by Alexandre Julliard):
- 7b0c2cdbcd64cffa2f5c5a37f55799b114132b59, Remove noisy fixme.

Modified:
    trunk/reactos/dll/win32/rpcrt4/rpc_transport.c

Modified: trunk/reactos/dll/win32/rpcrt4/rpc_transport.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/rpc_transport.c?rev=73075&r1=73074&r2=73075&view=diff
==============================================================================
--- trunk/reactos/dll/win32/rpcrt4/rpc_transport.c      [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/rpcrt4/rpc_transport.c      [iso-8859-1] Sun Oct 30 
09:17:42 2016
@@ -458,7 +458,6 @@
 
   /* 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))
   {


Reply via email to