[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Sep 20 13:44:36 CDT 2011
branch "master" has been updated
via d8d94a2704d08f1a2d8be9237be3ad64cb16e1c6 (commit)
from 61b99317e07703ecd0001889f4fad41e5dfdfc44 (commit)
Summary of changes:
src/Component/Component.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d8d94a2704d08f1a2d8be9237be3ad64cb16e1c6
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Sep 20 13:44:12 2011 -0500
Changed default port of Service Locator Management to match new config files.
diff --git a/src/Component/Component.cpp b/src/Component/Component.cpp
index 3c0c055..f654031 100644
--- a/src/Component/Component.cpp
+++ b/src/Component/Component.cpp
@@ -754,7 +754,7 @@ void Component::initServiceLocatorProxies()
mServiceLocatorManagement =
ServiceLocatorManagementPrx::checkedCast(mCommunicator->stringToProxy(
mCommunicator->getProperties()->getPropertyWithDefault(
- ServiceLocatorManagementPropertyName, "LocatorServiceManagement:tcp -p 4422")));
+ ServiceLocatorManagementPropertyName, "LocatorServiceManagement:tcp -p 4412")));
// Get a proxy to the interface for the Service Locator.
mServiceLocator =
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list