diff --git a/src/Utils.cpp b/src/Utils.cpp index acae205..a3ea25e 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -488,7 +488,7 @@ bool Utils::listed_on_dns_lists(list& dns_domains,unsigned char percenta } //if we have checked a number of lists that make it impossible for this function //to return true, then return false - if(((times_listed+(number_of_lists-checked_lists))*100/number_of_lists)>=percentage) + if(((times_listed+(number_of_lists-checked_lists))*100/number_of_lists) return false"); return false;