From 42b98b222cb2aef0a74e6282c63b8a51aaaef506 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 21 Jul 2000 20:38:30 +0000 Subject: [PATCH] The call to dns_tsigkey_setdeleted is no longer needed. --- bin/nsupdate/nsupdate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index d51510d1ab..7630d86384 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: nsupdate.c,v 1.32 2000/07/19 18:24:40 mws Exp $ */ +/* $Id: nsupdate.c,v 1.33 2000/07/21 20:38:30 bwelling Exp $ */ #include @@ -1307,7 +1307,6 @@ cleanup(void) { if (key != NULL) { debug("Freeing key"); - dns_tsigkey_setdeleted(key); dns_tsigkey_detach(&key); }