[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 9 12:39:36 CDT 2010
branch "master" has been updated
via 57685c11fcb0455ff81fa2cd0925cdd0ffcf031f (commit)
from 7d19cc48eb249ad3be96d0fd644afb146b760efc (commit)
Summary of changes:
src/ListenerManager.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 57685c11fcb0455ff81fa2cd0925cdd0ffcf031f
Author: Brent Eagles <beagles at digium.com>
Date: Thu Sep 9 15:05:28 2010 -0230
Add missing assignment.
diff --git a/src/ListenerManager.h b/src/ListenerManager.h
index 6754533..ba09644 100644
--- a/src/ListenerManager.h
+++ b/src/ListenerManager.h
@@ -39,7 +39,7 @@ namespace TestUtil
IceStorm::TopicManagerPrx topicManager;
try
{
- IceStorm::TopicManagerPrx::checkedCast(mCommunicator->stringToProxy(topicManagerProperty));
+ topicManager = IceStorm::TopicManagerPrx::checkedCast(mCommunicator->stringToProxy(topicManagerProperty));
}
catch(const Ice::Exception&)
{
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list