mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Style fixes
This commit is contained in:
committed by
Witold Kręcicki
parent
3e66b7ba1c
commit
c7b86d1cac
@@ -338,9 +338,9 @@ isc_nm_destroy(isc_nm_t **mgr0) {
|
||||
*/
|
||||
while (isc_refcount_current(&mgr->references) > 1) {
|
||||
#ifdef WIN32
|
||||
_sleep(1000);
|
||||
_sleep(1000);
|
||||
#else
|
||||
usleep(1000000);
|
||||
usleep(1000000);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user