diff --git a/daemon/remote.c b/daemon/remote.c index a29924cad..6f0625e16 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -1127,6 +1127,9 @@ infra_del_host(struct lruhash_entry* e, void* arg) if(sockaddr_cmp(&inf->addr, inf->addrlen, &k->addr, k->addrlen) == 0) { struct infra_data* d = (struct infra_data*)e->data; d->probedelay = 0; + d->timeout_A = 0; + d->timeout_AAAA = 0; + d->timeout_other = 0; rtt_init(&d->rtt); if(d->ttl >= inf->now) { d->ttl = inf->expired;