Rob Shearman : rpcss: Warn in ept_insert if TowerExplode fails.

Alexandre Julliard julliard at winehq.org
Mon Aug 18 10:46:21 CDT 2008


Module: wine
Branch: master
Commit: a80a6353d7295707928e379c9ad9d3b399cb7e75
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a80a6353d7295707928e379c9ad9d3b399cb7e75

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Sun Aug 10 18:24:00 2008 +0100

rpcss: Warn in ept_insert if TowerExplode fails.

---

 programs/rpcss/epmp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/rpcss/epmp.c b/programs/rpcss/epmp.c
index e731e06..d7712b9 100644
--- a/programs/rpcss/epmp.c
+++ b/programs/rpcss/epmp.c
@@ -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? */
         }




More information about the wine-cvs mailing list