Skip to content

Commit

Permalink
Merge pull request #240 from banburybill/develop
Browse files Browse the repository at this point in the history
Correct funny-qtype classification.
  • Loading branch information
jelu authored Aug 13, 2020
2 parents 1656d7a + 8d4763c commit 366343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query_classification_index.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ funny_qclass(const dns_message* m)
static int
funny_qtype(const dns_message* m)
{
switch (m->qclass) {
switch (m->qtype) {
case T_A:
case T_NS:
case T_MD:
Expand Down

0 comments on commit 366343d

Please sign in to comment.