dns: need to use statlist_remove() instead list_del()
authorMarko Kreen <markokr@gmail.com>
Wed, 31 Oct 2012 08:51:23 +0000 (10:51 +0200)
committerMarko Kreen <markokr@gmail.com>
Wed, 31 Oct 2012 08:51:23 +0000 (10:51 +0200)
commitbd87770845f10fea34eb792b6cbb29a914801ad3
tree081f06746eec81f32aa6fd8a907cc9adc3bebd1e
parentfdf74ac02e0a3bd31ff319c6157cd715fb5967a7
dns: need to use statlist_remove() instead list_del()

Otherwise host_list will have wrong count.

It does not look like the codepath is actually ever used,
but still...
src/dnslookup.c