mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
run both run1 and run2
This commit is contained in:
parent
a0084eaa9f
commit
d5d8c6b756
@ -89,7 +89,7 @@ main(int argc, char *argv[]) {
|
||||
INSIST(isc_thread_create(run1, dupname, &workers[i]) ==
|
||||
ISC_R_SUCCESS);
|
||||
else
|
||||
INSIST(isc_thread_create(run1, dupname, &workers[i]) ==
|
||||
INSIST(isc_thread_create(run2, dupname, &workers[i]) ==
|
||||
ISC_R_SUCCESS);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user