We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a6266 commit a1da2a2Copy full SHA for a1da2a2
Changes
@@ -21,6 +21,9 @@ netdiscovery/netinventory:
21
as wireless
22
* Fix network ports ip support to avoid wrong allocation in rare cases, seen on a Ricoh printer
23
24
+deploy:
25
+* fix #854: Deploy task was not run when forced via httpd interface
26
+
27
packaging:
28
* Update Windows packaging to use:
29
- OpenSSL 3.4.1
lib/GLPI/Agent/Task/Deploy.pm
@@ -436,8 +436,8 @@ sub run {
436
$logger->debug("No need to plan another $name event for $targetid target");
437
}
438
$self->resetEvent($nextEvent);
439
+ return;
440
- return;
441
442
443
$self->{client} = GLPI::Agent::HTTP::Client::Fusion->new(
0 commit comments