mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Don't return from void function
This commit is contained in:
@@ -49,8 +49,6 @@ isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) {
|
|||||||
GetLastError());
|
GetLastError());
|
||||||
}
|
}
|
||||||
(void)CloseHandle(thread);
|
(void)CloseHandle(thread);
|
||||||
|
|
||||||
return (ISC_R_SUCCESS);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user