You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
520 B

  1. diff -u --recursive prosody-0.9.7-vanilla/net/dns.lua prosody-0.9.7/net/dns.lua
  2. --- prosody-0.9.7-vanilla/net/dns.lua 2015-01-02 00:26:19.981433830 -0500
  3. +++ prosody-0.9.7/net/dns.lua 2015-01-02 00:33:10.467077715 -0500
  4. @@ -225,7 +225,7 @@
  5. function dns.random(...) -- - - - - - - - - - - - - - - - - - - dns.random
  6. - math.randomseed(math.floor(10000*socket.gettime()) % 0x100000000);
  7. + math.randomseed(math.floor(10000*socket.gettime()) % 0x80000000);
  8. dns.random = math.random;
  9. return dns.random(...);
  10. end