diff options
| -rw-r--r-- | sys/src/cmd/ip/torrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/torrent.c b/sys/src/cmd/ip/torrent.c index 7b89a40b7..fc324977b 100644 --- a/sys/src/cmd/ip/torrent.c +++ b/sys/src/cmd/ip/torrent.c @@ -1352,7 +1352,7 @@ main(int argc, char *argv[]) while(waitpid() >= 0) ; - srand(time(0)); + srand(truerand()); atnotify(catch, 1); switch(i = rfork(RFPROC|RFMEM|RFNOTEG)){ case -1: |
