Use regex_id instead of regex.id for query log sorting

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-12-08 21:28:54 +01:00
parent 797fb5d581
commit 9f197ee457
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ static void querystr_finish(char *querystr, const char *sort_col, const char *so
sort_col_sql = "q.reply_time";
else if(strcasecmp(sort_col, "dnssec") == 0)
sort_col_sql = "q.dnssec";
else if(strcasecmp(sort_col, "regex.id") == 0)
else if(strcasecmp(sort_col, "regex_id") == 0)
sort_col_sql = "regex_id";
// ... and the sort direction