[asterisk-scf-commits] asterisk-scf/integration/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Aug 18 10:55:43 CDT 2010
branch "master" has been updated
via eaa4af190e4af967cfad2d4979a304621d8f45db (commit)
from 2743aec94c845954e2ec109d46e8df071f0d4efa (commit)
Summary of changes:
slice | 2 +-
src/EndpointRegistry.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit eaa4af190e4af967cfad2d4979a304621d8f45db
Author: Ken Hunt <ken.hunt at digium.com>
Date: Wed Aug 18 10:52:49 2010 -0500
Updated slice submodule.
diff --git a/slice b/slice
index 0fd4cb3..8fc477a 160000
--- a/slice
+++ b/slice
@@ -1 +1 @@
-Subproject commit 0fd4cb3a22d7a3993ae64ee5e4ee73f9ae97a64d
+Subproject commit 8fc477a5484ebf65457dfd4fbb1783a54e664421
diff --git a/src/EndpointRegistry.cpp b/src/EndpointRegistry.cpp
index 80d9081..d8ce9e5 100644
--- a/src/EndpointRegistry.cpp
+++ b/src/EndpointRegistry.cpp
@@ -81,7 +81,7 @@ void EndpointRegistry::addEndpointLocator(const ::std::string& locatorId,
if (existing != mImpl->mEndpointLocatorMap.end())
{
mImpl->mEventPublisher.sendAddEndpointLocatorEvent(locatorId, regexList, Event::FAILURE);
- throw LocatorAlreadyRegisteredException(locatorId);
+ throw LocatorAlreadyRegisteredException(); // (locatorId);
}
RegisteredLocator newLocator(locator, regexList);
-----------------------------------------------------------------------
--
asterisk-scf/integration/routing.git
More information about the asterisk-scf-commits
mailing list