removed assert that does not make sense and is often violated
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 21 Jan 2015 12:51:16 +0000 (13:51 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 21 Jan 2015 12:51:16 +0000 (13:51 +0100)
commit022e285dcb289478d8c32bc447c8c8addaf4e343
tree8c17b9831a1b704d96673d0886d59a5f94424722
parentc3bc9428c415790b0086abb3724b5795a279e72c
removed assert that does not make sense and is often violated

(IPs are not updated very often, so can easily happen that an IP's TTL was reached.
 It is easier to ignore these cases than to avoid them, IPs will with next test be updated.)
src/dns/dnsresolver.cpp