Skip to content

Commit

Permalink
Fix: Use right case for timeout in init_nvt_preference_iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Oct 26, 2023
1 parent eba7df9 commit 9d4cbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manage_sql_configs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ init_nvt_preference_iterator (iterator_t* iterator, const char *oid)
" AND name != 'nasl_no_signature_check'"
" AND name != 'network_targets'"
" AND name != 'ntp_save_sessions'"
" AND name != '%s:0:entry:Timeout'"
" AND name != '%s:0:entry:timeout'"
" AND name NOT %s 'server_info_%%'"
/* Task preferences. */
" AND name != 'max_checks'"
Expand All @@ -1782,7 +1782,7 @@ init_nvt_preference_iterator (iterator_t* iterator, const char *oid)
" AND name != 'nasl_no_signature_check'"
" AND name != 'network_targets'"
" AND name != 'ntp_save_sessions'"
" AND name NOT %s '%%:0:entry:Timeout'"
" AND name NOT %s '%%:0:entry:timeout'"
" AND name NOT %s 'server_info_%%'"
/* Task preferences. */
" AND name != 'max_checks'"
Expand Down

0 comments on commit 9d4cbf6

Please sign in to comment.