]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/signingpipe.cc
dnsdist: print stats from expungeByName
[thirdparty/pdns.git] / pdns / signingpipe.cc
index 44e246cbe4c7bde0870f774333db92dcae032ab2..6c98dd54c62b3da241c5eca1596ed4397871f16b 100644 (file)
@@ -270,8 +270,8 @@ unsigned int ChunkedSigningPipe::getReady() const
 void ChunkedSigningPipe::worker(int fd)
 try
 {
-  DNSSECKeeper dk;
   UeberBackend db("key-only");
+  DNSSECKeeper dk(&db);
   
   chunk_t* chunk = nullptr;
   int res;