Skip to content

Commit

Permalink
Fix: use right case in nvt_default_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Oct 26, 2023
1 parent 43910fe commit eba7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql_nvts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ char *
nvt_default_timeout (const char* oid)
{
return sql_string ("SELECT value FROM nvt_preferences"
" WHERE name = '%s:0:entry:Timeout'",
" WHERE name = '%s:0:entry:timeout'",
oid);
}

Expand Down

0 comments on commit eba7df9

Please sign in to comment.