This commit is contained in:
Simon 2018-11-15 12:02:52 +00:00
parent 09bd988f93
commit d233580d9b

View file

@ -303,7 +303,7 @@ int CDAPNETGateway::run()
// If we have a white list of RICs, use it.
if (!whiteList.empty())
found = std::find(whiteList.begin(), whiteList.end(), message->m_ric) != whiteList.end();
if (m_regex.empty());
if (m_regex.empty())
m_regex.push_back(std::regex("^E.*"));
//If we have a list of blacklist REGEXes, use them
if (!m_regex.empty()) {