mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
line 1369: warning(1185): enumerated type mixed with another type:
ISC_TF() added to the return value of an isc_boolean_t function.
This commit is contained in:
@@ -1366,7 +1366,7 @@ ns_client_detach(ns_client_t **clientp) {
|
||||
|
||||
isc_boolean_t
|
||||
ns_client_shuttingdown(ns_client_t *client) {
|
||||
return (client->newstate == NS_CLIENTSTATE_FREED);
|
||||
return (ISC_TF(client->newstate == NS_CLIENTSTATE_FREED));
|
||||
}
|
||||
|
||||
isc_result_t
|
||||
|
Reference in New Issue
Block a user