Skip to content

Commit e09b147

Browse files
ozgengreenbonebot
authored andcommitted
Fix: parsing agent_ids for save_agent_group command
1 parent ecb82a4 commit e09b147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gsad_gmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18621,7 +18621,7 @@ save_agent_group_gmp (gvm_connection_t *connection, credentials_t *credentials,
1862118621
agent_group_id = params_value (params, "agent_group_id");
1862218622
name = params_value (params, "name");
1862318623
comment = params_value (params, "comment");
18624-
agent_ids = params_values (params, "agent_ids");
18624+
agent_ids = params_values (params, "agent_ids:");
1862518625

1862618626
CHECK_VARIABLE_INVALID (agent_group_id, "Save Agent Group");
1862718627
CHECK_VARIABLE_INVALID (name, "Save Agent Group");

0 commit comments

Comments
 (0)