diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index 0d75da3de..653f7a4b7 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -890,7 +890,6 @@ struct ndpi_detection_module_struct { /* HTTP/DNS/HTTPS host matching */ ndpi_automa host_automa, /* Used for DNS/HTTPS */ content_automa, /* Used for HTTP subprotocol_detection */ - subprotocol_automa, /* Used for HTTP subprotocol_detection */ bigrams_automa, impossible_bigrams_automa; /* TOR */ /* IMPORTANT: please update ndpi_finalize_initalization() whenever you add a new automa */ |