[asterisk-scf-commits] asterisk-scf/release/media_rtp_pjmedia.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Aug 9 11:39:24 CDT 2011
branch "master" has been updated
via 8dde821ebd1f512fe493da504e5c93d7c71403fb (commit)
from 8676ab8ee29c419eb601e2fdcf7dd3b22687f058 (commit)
Summary of changes:
test/TestRTPICE.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8dde821ebd1f512fe493da504e5c93d7c71403fb
Author: Brent Eagles <beagles at digium.com>
Date: Tue Aug 9 14:08:20 2011 -0230
Correct test initialization to be compatible with recent changes to discovery,
registration, etc.
diff --git a/test/TestRTPICE.cpp b/test/TestRTPICE.cpp
index 36928a9..9c4ad80 100644
--- a/test/TestRTPICE.cpp
+++ b/test/TestRTPICE.cpp
@@ -137,7 +137,6 @@ ConfigurationServicePrx locateConfigurationService(const string& name, const Ser
{
ServiceLocatorParamsPtr query = new ServiceLocatorParams;
query->category = ConfigurationDiscoveryCategory;
- query->service = "default";
query->id = name;
cout << "using name " << name << endl;
return ConfigurationServicePrx::checkedCast(locator->locate(query));
-----------------------------------------------------------------------
--
asterisk-scf/release/media_rtp_pjmedia.git
More information about the asterisk-scf-commits
mailing list