Skip to content

Commit a1da2a2

Browse files
committed
fix: Deploy task was not run when forced via httpd interface
Closes #854
1 parent f5a6266 commit a1da2a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ netdiscovery/netinventory:
2121
as wireless
2222
* Fix network ports ip support to avoid wrong allocation in rare cases, seen on a Ricoh printer
2323

24+
deploy:
25+
* fix #854: Deploy task was not run when forced via httpd interface
26+
2427
packaging:
2528
* Update Windows packaging to use:
2629
- OpenSSL 3.4.1

lib/GLPI/Agent/Task/Deploy.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ sub run {
436436
$logger->debug("No need to plan another $name event for $targetid target");
437437
}
438438
$self->resetEvent($nextEvent);
439+
return;
439440
}
440-
return;
441441
}
442442

443443
$self->{client} = GLPI::Agent::HTTP::Client::Fusion->new(

0 commit comments

Comments
 (0)