mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
change "expr == false" to "!expr" in conditionals
This commit is contained in:
@@ -529,7 +529,7 @@ getnodedata(dns_db_t *db, const dns_name_t *name, bool create,
|
||||
REQUIRE(nodep != NULL && *nodep == NULL);
|
||||
|
||||
if (sdlz->dlzimp->methods->newversion == NULL) {
|
||||
REQUIRE(create == false);
|
||||
REQUIRE(!create);
|
||||
}
|
||||
|
||||
isc_buffer_init(&b, namestr, sizeof(namestr));
|
||||
|
Reference in New Issue
Block a user