mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-06 09:35:32 +00:00
Previously isc_thread_join() would return ISC_R_UNEXPECTED on a failure to create new thread. All such occurences were caught and wrapped into assert function at higher level. The function was simplified to assert directly in the isc_thread_join() function and all caller level assertions were removed.