2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

add ISC_R_TASKSHUTDOWN and use it in isc_task_send()

This commit is contained in:
Michael Graff
1998-11-10 20:57:32 +00:00
parent a609982aa7
commit 59b2e9c361
3 changed files with 4 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ isc_task_send(isc_task_t task, isc_event_t *eventp) {
if (discard) {
isc_event_free(&event);
*eventp = NULL;
return (ISC_R_NORESOURCES);
return (ISC_R_TASKSHUTDOWN);
}
if (was_idle) {