Removed tracing

This commit is contained in:
Luca 2017-06-15 07:13:29 -04:00
parent ac5cb53066
commit be749e75a5

View file

@ -80,7 +80,7 @@ static int ndpi_int_check_mdns_payload(struct ndpi_detection_module_struct
answer[j] = '\0';
printf("==> [%d] %s\n", j, answer);
/* printf("==> [%d] %s\n", j, answer); */
len = ndpi_min(sizeof(flow->protos.mdns.answer)-1, j);
strncpy(flow->protos.mdns.answer, (const char *)answer, len);