aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-12 22:00:07 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-12 22:00:07 +0000
commit04014d73d94664acc725c87f53b0fa2efbf43e56 (patch)
tree85fee351bf7c89307244efae5fc95a6d15d58f3c
parent1aa10f5211c9e8ac147cd6375fa1e2e78156a961 (diff)
spelling: pedantic
-rw-r--r--src/lib/protocols/tor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/tor.c b/src/lib/protocols/tor.c
index c9ab55542..f6987ef19 100644
--- a/src/lib/protocols/tor.c
+++ b/src/lib/protocols/tor.c
@@ -69,7 +69,7 @@ int ndpi_is_ssl_tor(struct ndpi_detection_module_struct *ndpi_struct,
ndpi_int_tor_add_connection(ndpi_struct, flow);
return(1);
} else {
-#ifdef PENDANTIC_TOR_CHECK
+#ifdef PEDANTIC_TOR_CHECK
if(gethostbyname(certificate) == NULL) {
ndpi_int_tor_add_connection(ndpi_struct, flow);
return(1);