From: Peter van Dijk Date: Thu, 19 Jun 2014 12:46:22 +0000 (+0200) Subject: clarify that seed is a seed, not a source, thanks Bram Heerink X-Git-Tag: rec-3.6.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083e38ca0a3dd70e9144ce0529cfcb5788ccf7c5;p=thirdparty%2Fpdns.git clarify that seed is a seed, not a source, thanks Bram Heerink --- diff --git a/pdns/test-dns_random_hh.cc b/pdns/test-dns_random_hh.cc index bd5de73ac6..1bb9d4558a 100644 --- a/pdns/test-dns_random_hh.cc +++ b/pdns/test-dns_random_hh.cc @@ -26,7 +26,7 @@ typedef accumulator_set< BOOST_AUTO_TEST_SUITE(test_dns_random_hh) BOOST_AUTO_TEST_CASE(test_dns_random_average) { - dns_random_init("/dev/urandom"); + dns_random_init("loremipsumxx"); acc_t acc;