2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

run both run1 and run2

This commit is contained in:
Bob Halley
1998-12-04 00:09:24 +00:00
parent a0084eaa9f
commit d5d8c6b756

View File

@@ -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);
}