mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:32:13 -04:00
3196. [bug] nsupdate: return nonzero exit code when target zone
doesn't exist. [RT #25783]
This commit is contained in:
parent
1eaf800c7b
commit
7f2a245b96
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3196. [bug] nsupdate: return nonzero exit code when target zone
|
||||
doesn't exist. [RT #25783]
|
||||
|
||||
3195. [cleanup] Silence "file not found" warnings when loading
|
||||
managed-keys zone. [RT #26340]
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsupdate.c,v 1.196 2011/05/23 22:25:32 each Exp $ */
|
||||
/* $Id: nsupdate.c,v 1.197 2011/11/03 04:29:28 each Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -2280,6 +2280,7 @@ recvsoa(isc_task_t *task, isc_event_t *event) {
|
|||
dns_message_destroy(&soaquery);
|
||||
ddebug("Out of recvsoa");
|
||||
done_update();
|
||||
seenerror = ISC_TRUE;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue