2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00
This commit is contained in:
Francis Dupont
2010-09-05 12:14:26 +00:00
parent c2c67d6e47
commit ec288f1a26

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.572 2010/08/16 23:46:52 tbox Exp $ */
/* $Id: zone.c,v 1.573 2010/09/05 12:14:26 fdupont Exp $ */
/*! \file */
@@ -10710,7 +10710,8 @@ dns_zone_notifyreceive(dns_zone_t *zone, isc_sockaddr_t *from,
NULL, NULL);
RUNTIME_CHECK(result == ISC_R_SUCCESS);
if (isc_serial_le(serial, oldserial)) {
dns_zone_log(zone, ISC_LOG_INFO,
dns_zone_log(zone,
ISC_LOG_INFO,
"notify from %s: "
"zone is up to date",
fromtext);