mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
typo
This commit is contained in:
parent
09bd988f93
commit
d233580d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue