stupid typo
oops
This commit is contained in:
@@ -75,7 +75,7 @@ bool ChannelProviderRegistry::add(const ChannelProviderFactory::shared_pointer&
|
||||
Lock G(mutex);
|
||||
std::string name(fact->getFactoryName());
|
||||
if(!replace && providers.find(name)!=providers.end())
|
||||
throw false;
|
||||
return false;
|
||||
providers[name] = fact;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user