mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
Instruction removed which was not only buggy, but pointless.
This commit is contained in:
parent
a58d1ce375
commit
cc75cc1d5f
1 changed files with 1 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsupdate.c,v 1.9 2000/06/27 21:59:44 mws Exp $ */
|
||||
/* $Id: nsupdate.c,v 1.10 2000/06/27 22:04:06 mws Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <netdb.h>
|
||||
|
|
@ -1296,9 +1296,6 @@ free_lists() {
|
|||
isc_entropy_detach(&entp);
|
||||
}
|
||||
|
||||
ddebug("Invalidating resolvdomain");
|
||||
dns_name_invalidate(&resolvdomain);
|
||||
|
||||
ddebug("Shutting down request manager");
|
||||
dns_requestmgr_shutdown(requestmgr);
|
||||
dns_requestmgr_detach(&requestmgr);
|
||||
|
|
|
|||
Loading…
Reference in a new issue