diff options
Diffstat (limited to 'src/lib/protocols/quic.c')
-rw-r--r-- | src/lib/protocols/quic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/quic.c b/src/lib/protocols/quic.c index af43bf7e5..7889dad4d 100644 --- a/src/lib/protocols/quic.c +++ b/src/lib/protocols/quic.c @@ -1391,7 +1391,7 @@ static void process_chlo(struct ndpi_detection_module_struct *ndpi_struct, flow->protos.tls_quic.hello_processed = 1; /* Allow matching of custom categories */ ndpi_check_dga_name(ndpi_struct, flow, - flow->host_server_name, 1); + flow->host_server_name, 1, 0); if(ndpi_is_valid_hostname(flow->host_server_name, strlen(flow->host_server_name)) == 0) { |