mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
use complete sentences in comments
This commit is contained in:
parent
65e8f6477f
commit
05c7046a3d
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.237 2000/11/03 07:53:13 marka Exp $ */
|
/* $Id: server.c,v 1.238 2000/11/03 17:54:52 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -1467,7 +1467,7 @@ load_configuration(const char *filename, ns_server_t *server,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* heartbeat timer
|
* Configure the dialup heartbeat timer.
|
||||||
*/
|
*/
|
||||||
heartbeat_interval = 3600; /* Default is 1 hour. */
|
heartbeat_interval = 3600; /* Default is 1 hour. */
|
||||||
(void)dns_c_ctx_getheartbeatinterval(cctx, &heartbeat_interval);
|
(void)dns_c_ctx_getheartbeatinterval(cctx, &heartbeat_interval);
|
||||||
@ -1482,6 +1482,7 @@ load_configuration(const char *filename, ns_server_t *server,
|
|||||||
isc_timer_reset(server->heartbeat_timer, isc_timertype_ticker,
|
isc_timer_reset(server->heartbeat_timer, isc_timertype_ticker,
|
||||||
NULL, &interval, ISC_FALSE);
|
NULL, &interval, ISC_FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Configure and freeze all explicit views. Explicit
|
* Configure and freeze all explicit views. Explicit
|
||||||
* views that have zones were already created at parsing
|
* views that have zones were already created at parsing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user