From 38522558125890cb89722638f640b04ff4e1b5df Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 11 Dec 2019 17:59:06 -0800 Subject: [PATCH] modules/net_dns_cache: Fix regression; always respond to the cache room. --- modules/net_dns_cache.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/net_dns_cache.cc b/modules/net_dns_cache.cc index d8e35c4f7..77fbeeaa9 100644 --- a/modules/net_dns_cache.cc +++ b/modules/net_dns_cache.cc @@ -296,11 +296,6 @@ try } } - // When the array has a zero value count we didn't know how to cache - // any of these records; don't send anything to the cache room. - if(!array.vc) - return false; - array.~array(); content.~object(); const m::room room