Skip to content

Commit

Permalink
IDS: "none" doesn't equal "", looks like a typo resulting in ignoring…
Browse files Browse the repository at this point in the history
… the original eve.json
  • Loading branch information
AdSchellevis committed Jun 18, 2021
1 parent 163750e commit 644b647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/views/OPNsense/IDS/index.volt
Expand Up @@ -141,7 +141,7 @@ POSSIBILITY OF SUCH DAMAGE.
});


if ( selected_logfile != "") {
if ( selected_logfile != "none") {
request['fileid'] = selected_logfile;
request['rowCount'] = selected_max_entries;
request['searchPhrase'] = search_phrase;
Expand Down

0 comments on commit 644b647

Please sign in to comment.