Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Sep 12, 2013
1 parent 3ea0b89 commit b355332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ transmit_thread(void *v) /*aka. scanning_thread() */
xXx = (i + (r--) * rate);
while (xXx >= range)
xXx -= range;
//xXx = blackrock_shuffle(&blackrock, xXx);
xXx = blackrock_shuffle(&blackrock, xXx);
ip = rangelist_pick2(&masscan->targets, xXx % count_ips, picker);
port = rangelist_pick(&masscan->ports, xXx / count_ips);

Expand Down

0 comments on commit b355332

Please sign in to comment.