mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-6224-10534-fallo-de-dataserver_lifo' into 'develop'
Always unlock, since FIFO mode may lock now. See merge request artica/pandorafms!3430
This commit is contained in:
commit
d88efc39da
@ -1114,8 +1114,6 @@ sub agent_lock {
|
||||
sub agent_unlock {
|
||||
my ($pa_config, $agent_name) = @_;
|
||||
|
||||
return if ($pa_config->{'dataserver_lifo'} == 1);
|
||||
|
||||
$AgentSem->down ();
|
||||
delete ($Agents{$agent_name});
|
||||
$AgentSem->up ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user