Review fixes
This commit is contained in:
parent
5bf5cd43bd
commit
6be32445ba
3 changed files with 4 additions and 9 deletions
|
|
@ -181,7 +181,7 @@ void IpcServer::setLogsEnabled(bool enabled)
|
|||
|
||||
bool IpcServer::allowTrafficTo(QStringList ranges)
|
||||
{
|
||||
return KillSwitch::instance()->allowTrafficTo(ranges);
|
||||
return KillSwitch::instance()->resetAllowedRange(ranges);
|
||||
}
|
||||
|
||||
bool IpcServer::addKillSwitchExceptions(QStringList ranges)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue