mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +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
|
isc_boolean_t
|
||||||
ns_client_shuttingdown(ns_client_t *client) {
|
ns_client_shuttingdown(ns_client_t *client) {
|
||||||
return (client->newstate == NS_CLIENTSTATE_FREED);
|
return (ISC_TF(client->newstate == NS_CLIENTSTATE_FREED));
|
||||||
}
|
}
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user