[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "transfer" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Oct 12 08:54:25 CDT 2010
branch "transfer" has been updated
via 9705e7d70b3721a3aeccd8ada97181242c7f1098 (commit)
from edee2184a6fcf5064f2bfd6abc0d339ecb8993b5 (commit)
Summary of changes:
src/TestEndpoint.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9705e7d70b3721a3aeccd8ada97181242c7f1098
Author: Brent Eagles <beagles at digium.com>
Date: Tue Oct 12 11:23:51 2010 -0230
Fix typo in condition check.
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index df0917c..39f9e64 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -225,7 +225,7 @@ public:
void removeBridge(const AsteriskSCF::SessionCommunications::V1::SessionListenerPrx& listener, const Ice::Current&)
{
boost::unique_lock<boost::shared_mutex> lock(mMutex);
- if(mCurrentBridge)
+ if(!mCurrentBridge)
{
throw AsteriskSCF::SessionCommunications::V1::NotBridged();
}
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list