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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user