Mercurial > dnsbl
comparison src/dnsbl.cpp @ 165:bf828f785407 stable-6-0-5
fix unitialized variable
author | carl |
---|---|
date | Sun, 26 Aug 2007 20:54:58 -0700 |
parents | 5809bcdc325b |
children | 9b129ed78d7d |
comparison
equal
deleted
inserted
replaced
164:5809bcdc325b | 165:bf828f785407 |
---|---|
251 authenticated = NULL; | 251 authenticated = NULL; |
252 have_whites = false; | 252 have_whites = false; |
253 only_whites = true; | 253 only_whites = true; |
254 memory = NULL; | 254 memory = NULL; |
255 scanner = NULL; | 255 scanner = NULL; |
256 assassin = NULL; | |
256 content_suffix = NULL; | 257 content_suffix = NULL; |
257 content_message = NULL; | 258 content_message = NULL; |
258 uribl_suffix = NULL; | 259 uribl_suffix = NULL; |
259 uribl_message = NULL; | 260 uribl_message = NULL; |
260 content_host_ignore = NULL; | 261 content_host_ignore = NULL; |