mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
reindent
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 */
|
/*! \file */
|
||||||
|
|
||||||
@@ -10710,7 +10710,8 @@ dns_zone_notifyreceive(dns_zone_t *zone, isc_sockaddr_t *from,
|
|||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
RUNTIME_CHECK(result == ISC_R_SUCCESS);
|
RUNTIME_CHECK(result == ISC_R_SUCCESS);
|
||||||
if (isc_serial_le(serial, oldserial)) {
|
if (isc_serial_le(serial, oldserial)) {
|
||||||
dns_zone_log(zone, ISC_LOG_INFO,
|
dns_zone_log(zone,
|
||||||
|
ISC_LOG_INFO,
|
||||||
"notify from %s: "
|
"notify from %s: "
|
||||||
"zone is up to date",
|
"zone is up to date",
|
||||||
fromtext);
|
fromtext);
|
||||||
|
Reference in New Issue
Block a user