mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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:
@@ -202,7 +202,7 @@ teardown(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
yield(void) {
|
test_server_yield(void) {
|
||||||
sigset_t sset;
|
sigset_t sset;
|
||||||
int sig;
|
int sig;
|
||||||
|
|
||||||
@@ -307,7 +307,7 @@ run(void) {
|
|||||||
}
|
}
|
||||||
REQUIRE(result == ISC_R_SUCCESS);
|
REQUIRE(result == ISC_R_SUCCESS);
|
||||||
|
|
||||||
yield();
|
test_server_yield();
|
||||||
|
|
||||||
isc_nm_stoplistening(sock);
|
isc_nm_stoplistening(sock);
|
||||||
isc_nmsocket_close(&sock);
|
isc_nmsocket_close(&sock);
|
||||||
|
Reference in New Issue
Block a user