Fix the white list.

This commit is contained in:
Jonathan Naylor 2018-07-15 19:59:29 +01:00
parent 1e0d704405
commit 3e245661b8

View file

@ -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())