Skip to content

Commit 4f671cb

Browse files
Update exploithawk.c
1 parent 712202b commit 4f671cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exploithawk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ int main(int argc, char *argv[]) {
343343
pthread_mutex_init(&lock, NULL);
344344

345345
int num_threads = 0;
346-
pthread_t threads[64];
346+
pthread_t threads[MAX_THREADS];
347347

348348
// CSV threads
349349
for (int i = 0; i < (int)(sizeof(exploitDBPaths)/sizeof(exploitDBPaths[0])); i++) {

0 commit comments

Comments
 (0)