]> granicus.if.org Git - pdns/commit
Fix hang when PATCHing zone during rectify
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 17 Nov 2017 12:20:52 +0000 (13:20 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 17 Nov 2017 12:20:52 +0000 (13:20 +0100)
commitb0486ea57a2eb3d383fa6cce24ae23ab1796fc24
tree932ae5f18232448a8535a1ac146f7bdac94313f8
parent86410275fde4f497b82b013f157c04211a825f57
Fix hang when PATCHing zone during rectify

Before, we would spawn a new UeberBackend in the DNSSECKeeper, but there
was already a transaction going on, so the rectify would never finish,
as rectifyZone would not return.
pdns/dbdnsseckeeper.cc
pdns/ws-auth.cc