mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
rpcss: Warn in ept_insert if TowerExplode fails.
This commit is contained in:
parent
1e46fc672a
commit
a80a6353d7
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ void ept_insert(handle_t h,
|
||||||
&entry->address);
|
&entry->address);
|
||||||
if (rpc_status != RPC_S_OK)
|
if (rpc_status != RPC_S_OK)
|
||||||
{
|
{
|
||||||
|
WINE_WARN("TowerExplode failed %lu\n", rpc_status);
|
||||||
*status = rpc_status;
|
*status = rpc_status;
|
||||||
break; /* FIXME: more cleanup? */
|
break; /* FIXME: more cleanup? */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue