mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Merge branch '3274-fix-test-server-for-solaris' into 'main'
Rename yield() to the test_server_yield() Closes #3274 See merge request isc-projects/bind9!6122
This commit is contained in:
commit
02177be39b
@ -202,7 +202,7 @@ teardown(void) {
|
||||
}
|
||||
|
||||
static void
|
||||
yield(void) {
|
||||
test_server_yield(void) {
|
||||
sigset_t sset;
|
||||
int sig;
|
||||
|
||||
@ -307,7 +307,7 @@ run(void) {
|
||||
}
|
||||
REQUIRE(result == ISC_R_SUCCESS);
|
||||
|
||||
yield();
|
||||
test_server_yield();
|
||||
|
||||
isc_nm_stoplistening(sock);
|
||||
isc_nmsocket_close(&sock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user