fix comment in mac permission unpack

This commit is contained in:
Stephen Birarda 2016-11-18 14:42:29 -08:00
parent 143225a74c
commit dec4ce79b2

View file

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