masters with keys are specified.
+1645. [bug] named could trigger a REQUIRE failure if multiple
+ masters with keys are specified.
+
1644. [placeholder] rt11436
1643. [bug] dns_db_closeversion() could leak memory / node
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.414 2004/04/29 01:44:44 marka Exp $ */
+/* $Id: zone.c,v 1.415 2004/05/28 23:53:46 marka Exp $ */
#include <config.h>
return;
skip_master:
+ if (key != NULL)
+ dns_tsigkey_detach(&key);
zone->curmaster++;
if (zone->curmaster < zone->masterscnt)
goto again;