diff options
author | Campus <campus@ntop.org> | 2016-03-29 15:07:16 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-03-29 15:07:16 +0200 |
commit | 4704f48daa92a87caec1fba9e76dbf474e529368 (patch) | |
tree | 522e2781ea3700503335b61fab0a1f68c988160a /src/lib/protocols/dns.c | |
parent | 8dacc91d5167e34f5ce741cccf6d42e7e95d8277 (diff) |
minox fix dns
Diffstat (limited to 'src/lib/protocols/dns.c')
-rw-r--r-- | src/lib/protocols/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/dns.c b/src/lib/protocols/dns.c index 3be9c888b..503761137 100644 --- a/src/lib/protocols/dns.c +++ b/src/lib/protocols/dns.c @@ -121,9 +121,9 @@ void ndpi_search_dns(struct ndpi_detection_module_struct *ndpi_struct, struct nd { if(flow->host_server_name[j] < ' ') flow->host_server_name[j] = '.'; - off++; j++; } + off++; } } flow->host_server_name[j] = '\0'; |