updated field where target_os is stored

This commit is contained in:
fbsanchez 2019-10-10 17:54:10 +02:00
parent 7eb4d3c51c
commit 78643b2b99
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ sub exec_network_module ($$$$) {
my $tcp_rcv = $module->{'tcp_rcv'};
my $timeout = $module->{'max_timeout'};
my $retries = $module->{'max_retries'};
my $target_os = $module->{'custom_integer_1'};
my $target_os = $module->{'custom_string_2'};
if (!defined($target_os) || "$target_os" eq '0') {
$target_os = $agent_row->{'id_os'};