Skip to content

Commit

Permalink
Change: Use lean in get_config_family
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Oct 16, 2023
1 parent 50190ad commit 46d858a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6956,7 +6956,7 @@ get_config_family (gvm_connection_t *connection, credentials_t *credentials,
"<get_nvts"
" config_id=\"%s\" details=\"1\""
" family=\"%s\" timeout=\"1\" preference_count=\"1\""
" skip_cert_refs=\"1\" skip_tags=\"1\""
" skip_cert_refs=\"1\" skip_tags=\"1\" lean=\"1\""
" sort_field=\"%s\" sort_order=\"%s\"/>",
config_id, family, sort_field ? sort_field : "nvts.name",
sort_order ? sort_order : "ascending")
Expand Down Expand Up @@ -7001,6 +7001,7 @@ get_config_family (gvm_connection_t *connection, credentials_t *credentials,
" preference_count=\"1\""
" skip_cert_refs=\"1\""
" skip_tags=\"1\""
" lean=\"1\""
" sort_field=\"%s\""
" sort_order=\"%s\"/>",
family, config_id,
Expand Down

0 comments on commit 46d858a

Please sign in to comment.