mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
HttpServerConnection: Drop yet another superfluous CpuBoundWork
usage
This commit is contained in:
parent
5cc034b38f
commit
c9159494c0
@ -348,8 +348,6 @@ bool EnsureValidBody(
|
||||
Array::Ptr permissions = authenticatedUser->GetPermissions();
|
||||
|
||||
if (permissions) {
|
||||
CpuBoundWork evalPermissions (yc);
|
||||
|
||||
ObjectLock olock(permissions);
|
||||
|
||||
for (const Value& permissionInfo : permissions) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user