mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Fix the white list.
This commit is contained in:
parent
1e0d704405
commit
3e245661b8
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ int CDAPNETGateway::run()
|
|||
|
||||
CPOCSAGMessage* message = m_dapnetNetwork->readMessage();
|
||||
if (message != NULL) {
|
||||
bool found = false;
|
||||
bool found = true;
|
||||
|
||||
// If we have a white list of RICs, use it.
|
||||
if (!whiteList.empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue