Mercurial > dnsbl
diff src/scanner.cpp @ 50:05957b18b2e6
final changes for 3.3
author | carl |
---|---|
date | Sat, 10 Jul 2004 09:09:39 -0700 |
parents | 6b79046b18c2 |
children | a84752107aca |
line wrap: on
line diff
--- a/src/scanner.cpp Fri Jul 09 14:09:02 2004 -0700 +++ b/src/scanner.cpp Sat Jul 10 09:09:39 2004 -0700 @@ -52,7 +52,7 @@ string_set::iterator i = html_tags->find(tag); if (i == html_tags->end()) { bad_html_tags++; - if (debug_syslog && (bad_html_tags < 10) && (binary_tags < 10)) { + if (debug_syslog && (bad_html_tags < 10)) { // only log the first 10 bad tags char buf[200]; snprintf(buf, sizeof(buf), "bad html tag %s", tag);