2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

fix whitespaces

This commit is contained in:
Ondřej Surý
2018-06-06 14:37:22 +02:00
parent b4aa7a9d7e
commit 013a49474c
2 changed files with 6 additions and 6 deletions

View File

@@ -5419,8 +5419,8 @@ expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) {
* Force expire with 25% probability.
* XXXDCL Could stand to have a better policy, like LRU.
*/
force_expire = ISC_TF(rbtnode->down == NULL &&
(isc_random32() % 4) == 0);
force_expire = ISC_TF(rbtnode->down == NULL &&
(isc_random32() % 4) == 0);
/*
* Note that 'log' can be true IFF overmem is also true.