<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi all,<br>
<br>
<span style="visibility: visible;" id="main"><span
style="visibility: visible;" id="search">In the file </span></span>src/pulsecore/random.c<br>
<br>
I found that the log information "Failed to get proper entropy.
Falling back to seeding with current time." would never be printed.<br>
<br>
So I changed its value. <br>
<br>
Here's the patch:<br>
<br>
Signed-off-by: xichuan.yang <a class="moz-txt-link-rfc2396E" href="mailto:xichuan.yang@tieto.com"><xichuan.yang@tieto.com></a><br>
---<br>
src/pulsecore/random.c | 2 +-<br>
1 files changed, 1 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/src/pulsecore/random.c b/src/pulsecore/random.c<br>
index a87d24e..3d159bf 100644<br>
--- a/src/pulsecore/random.c<br>
+++ b/src/pulsecore/random.c<br>
@@ -37,7 +37,7 @@<br>
<br>
#include "random.h"<br>
<br>
-static pa_bool_t has_whined = TRUE;<br>
+static pa_bool_t has_whined = FALSE;<br>
<br>
static const char * const devices[] = { "/dev/urandom",
"/dev/random", NULL };<br>
<br>
-- <br>
1.7.1<br>
<br>
<br>
<br>
Best wishes,<br>
Xichuan Yang<br>
<pre wrap="">xichuan.yang <a class="moz-txt-link-rfc2396E" href="mailto:xichuan.yang@tieto.com"><xichuan.yang@tieto.com></a>
</pre>
<br>
</body>
</html>