[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Oct 21 08:20:49 CDT 2010


branch "master" has been updated
       via  ab8e28f083d65ba2a52e4bc1bdc6ad202aa5759d (commit)
      from  13f00abc57dc4388b21d22afa310d950bdb0ba70 (commit)

Summary of changes:
 src/BridgeImpl.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit ab8e28f083d65ba2a52e4bc1bdc6ad202aa5759d
Author: Brent Eagles <beagles at digium.com>
Date:   Thu Oct 21 10:49:14 2010 -0230

    Change calls on session during shutdown to be more sensible

diff --git a/src/BridgeImpl.cpp b/src/BridgeImpl.cpp
index 4594ecc..6861b26 100644
--- a/src/BridgeImpl.cpp
+++ b/src/BridgeImpl.cpp
@@ -81,9 +81,9 @@ namespace BridgeService
         {
             try
             {
-                b->getSession()->stop(mResponse);
                 b->getSession()->removeBridge(mListener);
                 b->disconnect();
+                b->getSession()->stop(mResponse);
             }
             catch(const Ice::ObjectNotExistException& ex)
             {

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list