Skip to content

Commit

Permalink
portable srandomdev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwalkin committed Nov 30, 2016
1 parent 7d73356 commit d6c4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcpkali.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ main(int argc, char **argv) {
#ifdef HAVE_SRANDOMDEV
srandomdev();
#else
srandom(portable_srandomdev());
portable_srandomdev();
#endif

struct percentile_values latency_percentiles = {
Expand Down

0 comments on commit d6c4307

Please sign in to comment.