ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/dnsbl.c
(Generate patch)

Comparing hopm/branches/1.0.x/src/dnsbl.c (file contents):
Revision 5320 by michael, Tue Jan 6 13:47:24 2015 UTC vs.
Revision 5321 by michael, Tue Jan 6 14:59:31 2015 UTC

# Line 149 | Line 149 | dnsbl_positive(struct scan_struct *ss, s
149    if (ss->manual_target)
150      irc_send("PRIVMSG %s :CHECK -> DNSBL -> %s appears in BL zone %s (%s)",
151               ss->manual_target->name, ss->ip, bl->name, text_type);
152 <  else if (!ss->positive)
152 >  else if (ss->positive == 0)
153    {
154      /* Only report it if no other scans have found positives yet. */
155      scan_positive(ss, (bl->kline[0] ? bl->kline : IRCItem->kline), text_type);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines