mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 22:33:04 +02:00
fix comment in mac permission unpack
This commit is contained in:
parent
143225a74c
commit
dec4ce79b2
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ void DomainServerSettingsManager::unpackPermissions() {
|
|||
|
||||
needPack |= unpackPermissionsForKeypath(MAC_PERMISSIONS_KEYPATH, &_macPermissions,
|
||||
[&](NodePermissionsPointer perms){
|
||||
// make sure that this permission row is for a valid IP address
|
||||
// make sure that this permission row is for a non-empty hardware
|
||||
if (perms->getKey().first.isEmpty()) {
|
||||
_macPermissions.remove(perms->getKey());
|
||||
|
||||
|
|
Loading…
Reference in a new issue