mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
spacing
This commit is contained in:
parent
1c398fd83c
commit
66923d616a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: server.c,v 1.360 2001/11/07 04:25:13 marka Exp $ */
|
||||
/* $Id: server.c,v 1.361 2001/11/07 23:01:41 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -650,7 +650,7 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
|
|||
*/
|
||||
max_adb_size = 0;
|
||||
if (max_cache_size != 0) {
|
||||
max_adb_size = max_cache_size/8;
|
||||
max_adb_size = max_cache_size / 8;
|
||||
if (max_adb_size == 0)
|
||||
max_adb_size = 1; /* Force minimum. */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue