Skip to content

Commit

Permalink
fix: Deploy task was not run when forced via httpd interface
Browse files Browse the repository at this point in the history
Closes #854
  • Loading branch information
g-bougard committed Feb 13, 2025
1 parent f5a6266 commit a1da2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ netdiscovery/netinventory:
as wireless
* Fix network ports ip support to avoid wrong allocation in rare cases, seen on a Ricoh printer

deploy:
* fix #854: Deploy task was not run when forced via httpd interface

packaging:
* Update Windows packaging to use:
- OpenSSL 3.4.1
Expand Down
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/Task/Deploy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ sub run {
$logger->debug("No need to plan another $name event for $targetid target");
}
$self->resetEvent($nextEvent);
return;
}
return;
}

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

0 comments on commit a1da2a2

Please sign in to comment.