mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
This commit is contained in:
commit
c3e331038f
@ -3338,7 +3338,8 @@ sub cli_create_synthetic() {
|
|||||||
$module->{'custom_integer_1'} = 0;
|
$module->{'custom_integer_1'} = 0;
|
||||||
$module->{'custom_integer_2'} = 0;
|
$module->{'custom_integer_2'} = 0;
|
||||||
$module->{'prediction_module'} = 3; # Synthetic code is 3
|
$module->{'prediction_module'} = 3; # Synthetic code is 3
|
||||||
|
$module->{'flag'} = 1;
|
||||||
|
|
||||||
my $id_agent = int(get_agent_id($dbh,$agent_name));
|
my $id_agent = int(get_agent_id($dbh,$agent_name));
|
||||||
|
|
||||||
if ($id_agent > 0) {
|
if ($id_agent > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user