Fix for bug 351270 . Assertion in unix_rand.c .

git-svn-id: svn://10.0.0.236/trunk@209290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
julien.pierre.bugs%sun.com 2006-09-06 21:08:21 +00:00
parent 37a12fa6cc
commit eefc0e6cf7

View File

@ -146,7 +146,6 @@ static SECStatus RNG_kstat(PRUint32* fed)
if (entropy_buf) {
for (ksp = kc->kc_chain; ksp != NULL; ksp = ksp->ks_next) {
if (-1 == kstat_read(kc, ksp, NULL)) {
PORT_Assert(0);
/* missing data from a single kstat shouldn't be fatal */
continue;
}