From adef67eb4953ec32f9a4a3004b2e76040cb58e63 Mon Sep 17 00:00:00 2001 From: Konrad Wojas Date: Tue, 31 Jan 2017 12:56:03 +0800 Subject: [PATCH] Pass existing UeberBackend to DNSSECKeeper --- pdns/ws-auth.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index ac4b0e868f..938b0b073d 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -325,7 +325,7 @@ static void fillZone(const DNSName& zonename, HttpResponse* resp) { if(!B.getDomainInfo(zonename, di)) throw ApiException("Could not find domain '"+zonename.toString()+"'"); - DNSSECKeeper dk; + DNSSECKeeper dk(&B); Json::object doc = getZoneInfo(di, &dk); // extra stuff getZoneInfo doesn't do for us (more expensive) string soa_edit_api; -- 2.47.2