Commit a80a6353 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

rpcss: Warn in ept_insert if TowerExplode fails.

parent 1e46fc67
......@@ -120,6 +120,7 @@ void ept_insert(handle_t h,
&entry->address);
if (rpc_status != RPC_S_OK)
{
WINE_WARN("TowerExplode failed %lu\n", rpc_status);
*status = rpc_status;
break; /* FIXME: more cleanup? */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment