3196. [bug] nsupdate: return nonzero exit code when target zone

doesn't exist. [RT #25783]
This commit is contained in:
Evan Hunt 2011-11-03 04:29:28 +00:00
parent 1eaf800c7b
commit 7f2a245b96
2 changed files with 5 additions and 1 deletions

View file

@ -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]

View file

@ -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;
}