Skip to content

Commit

Permalink
Fix: Correct nvt column in OVERRIDE_ITERATOR_COLUMNS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Apr 22, 2024
1 parent 1edc11b commit 582c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -39905,7 +39905,7 @@ modify_override (const gchar *override_id, const char *active, const char *nvt,
" THEN overrides.nvt" \
" ELSE (SELECT name FROM nvts WHERE oid = overrides.nvt)" \
" END)", \
"name", \
"nvt", \
KEYWORD_TYPE_STRING \
}, \
{ "overrides.nvt", "nvt_id", KEYWORD_TYPE_STRING }, \
Expand Down

0 comments on commit 582c613

Please sign in to comment.