rpcss: Warn in ept_insert if TowerExplode fails.

This commit is contained in:
Rob Shearman 2008-08-10 18:24:00 +01:00 committed by Alexandre Julliard
parent 1e46fc672a
commit a80a6353d7
1 changed files with 1 additions and 0 deletions

View File

@ -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? */
}