Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 14:05:43 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25064 for review
Message-ID:  <200302122205.h1CM5hE1090001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=25064

Change 25064 by sam@sam_ebb on 2003/02/12 14:05:42

	do continuous testing when kern.rndtest.reset=0

Affected files ...

.. //depot/projects/crypto/dev/rndtest/rndtest.c#3 edit

Differences ...

==== //depot/projects/crypto/dev/rndtest/rndtest.c#3 (text+ko) ====

@@ -124,7 +124,7 @@
 				 * schedule another test. Otherwise we keep
 				 * testing until the data looks ok.
 				 */
-				if (!rsp->rs_discard) {
+				if (!rsp->rs_discard && rndtest_retest != 0) {
 					rsp->rs_collect = 0;
 					callout_reset(&rsp->rs_to,
 						hz * rndtest_retest,

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302122205.h1CM5hE1090001>