2
0
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:
David Lawrence
2000-05-14 04:02:10 +00:00
parent a349b8220d
commit b5d263a378

View File

@@ -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