mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 15:17:01 -04:00
446. [bug] Confusing notify log message. [RT #298]
This commit is contained in:
parent
08dbeaef22
commit
91ac60fe11
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
446. [bug] Confusing notify log message. [RT #298]
|
||||
|
||||
445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
|
||||
bitstring triggered a REQUIRE statement. The REQUIRE
|
||||
statement was incorrect. [RT #297]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.209 2000/09/12 01:22:12 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.210 2000/09/12 22:50:52 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -4044,7 +4044,7 @@ notify_done(isc_task_t *task, isc_event_t *event) {
|
|||
addrbuf, buf.used, rcode);
|
||||
else
|
||||
notify_log(zone, ISC_LOG_INFO, "NOTIFY to %s failed: %s",
|
||||
addrbuf, dns_result_totext(revent->result));
|
||||
addrbuf, dns_result_totext(result));
|
||||
if (message != NULL)
|
||||
dns_message_destroy(&message);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue