mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:32:11 -04:00
run both run1 and run2
This commit is contained in:
parent
a0084eaa9f
commit
d5d8c6b756
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue