mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
spelling
This commit is contained in:
parent
e94fe42a20
commit
2484c7db7a
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: journal.c,v 1.108 2009/11/04 03:46:44 marka Exp $ */
|
||||
/* $Id: journal.c,v 1.109 2009/11/04 04:22:16 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1888,7 +1888,7 @@ diff_namespace(isc_mem_t *mctx,
|
|||
return (result);
|
||||
result = dns_db_createiterator(db[1], options, &dbit[1]);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto cleanup_interator;
|
||||
goto cleanup_iterator;
|
||||
|
||||
itresult[0] = dns_dbiterator_first(dbit[0]);
|
||||
itresult[1] = dns_dbiterator_first(dbit[1]);
|
||||
|
|
@ -1956,7 +1956,7 @@ diff_namespace(isc_mem_t *mctx,
|
|||
|
||||
failure:
|
||||
dns_dbiterator_destroy(&dbit[1]);
|
||||
cleanup_interator:
|
||||
cleanup_iterator:
|
||||
dns_dbiterator_destroy(&dbit[0]);
|
||||
return (result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue