Skip to content

Commit

Permalink
Use correct case for timeout in update_nvti_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Oct 31, 2023
1 parent a4aa224 commit fe0093c
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 @@ -15634,7 +15634,7 @@ update_nvti_cache ()
init_iterator (&prefs,
"SELECT pref_id, pref_nvt, pref_name, value"
" FROM nvt_preferences"
" WHERE NOT (pref_type = 'entry' AND pref_name = 'Timeout')");
" WHERE NOT (pref_type = 'entry' AND pref_name = 'timeout')");

while (next (&nvts))
{
Expand Down

0 comments on commit fe0093c

Please sign in to comment.