mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-04 16:35:45 -04:00
fix comment
This commit is contained in:
parent
c126ef0979
commit
6ddbf015eb
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.582.8.28 2011/08/31 07:01:47 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.582.8.29 2011/09/02 14:41:31 smann Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -7911,7 +7911,7 @@ zone_maintenance(dns_zone_t *zone) {
|
|||
* Configuring the view of this zone may have
|
||||
* failed, for example because the config file
|
||||
* had a syntax error. In that case, the view
|
||||
* adb or resolver, and we had better not try
|
||||
* db or resolver will be NULL, and we had better not try
|
||||
* to do maintenance on it.
|
||||
*/
|
||||
if (zone->view == NULL || zone->view->adb == NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue