remove check for empty services

This commit is contained in:
Mauro Palumbo 2019-07-31 16:08:36 +02:00
parent b4ac0b54fe
commit 55013fa128

View file

@ -212,10 +212,6 @@ function known_services_done(c: connection)
if ( ! addr_matches_host(id$resp_h, service_tracking) ) if ( ! addr_matches_host(id$resp_h, service_tracking) )
return; return;
# don't log empty service
if ( |c$service| == 0 )
return;
if ( |c$service| == 1 ) if ( |c$service| == 1 )
{ {
if ( "ftp-data" in c$service ) if ( "ftp-data" in c$service )