mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
comment fix
This commit is contained in:
parent
66bea4d912
commit
06289aeea8
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rbtdb.c,v 1.169 2001/09/18 14:30:10 marka Exp $ */
|
||||
/* $Id: rbtdb.c,v 1.170 2001/10/25 21:39:48 bwelling Exp $ */
|
||||
|
||||
/*
|
||||
* Principal Author: Bob Halley
|
||||
|
|
@ -1337,7 +1337,7 @@ setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep,
|
|||
/*
|
||||
* If we have to set foundname, we do it before anything else.
|
||||
* If we were to set foundname after we had set nodep or bound the
|
||||
* rdataset, then we'd have to undo that work if dns_name_concatenate()
|
||||
* rdataset, then we'd have to undo that work if dns_name_copy()
|
||||
* failed. By setting foundname first, there's nothing to undo if
|
||||
* we have trouble.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue