Skip to content

Commit

Permalink
Correct variable in send_nvt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Sep 5, 2023
1 parent 74eb288 commit bca2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7883,7 +7883,7 @@ send_nvt (iterator_t *nvts, int details, int preferences, int pref_count,
gchar *msg;

msg = get_nvt_xml (nvts, details, pref_count, preferences, timeout, config,
0, skip_cert_refs, skip_cert_refs);
0, skip_cert_refs, skip_tags);
if (send_to_client (msg, write_to_client, write_to_client_data))
{
g_free (msg);
Expand Down

0 comments on commit bca2151

Please sign in to comment.