diff options
Diffstat (limited to 'src/lib/protocols/zabbix.c')
-rw-r--r-- | src/lib/protocols/zabbix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/protocols/zabbix.c b/src/lib/protocols/zabbix.c index 0eb776307..84e466de5 100644 --- a/src/lib/protocols/zabbix.c +++ b/src/lib/protocols/zabbix.c @@ -28,8 +28,7 @@ /* *************************************************** */ static void ndpi_int_zabbix_add_connection(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow/* , */ - /* ndpi_protocol_type_t protocol_type */) { + struct ndpi_flow_struct *flow) { ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_ZABBIX, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); } |