Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2003 21:03:21 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24931 for review
Message-ID:  <200302100503.h1A53LSg074576@repoman.freebsd.org>

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

Change 24931 by sam@sam_ebb on 2003/02/09 21:02:35

	bump correct statistic

Affected files ...

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

Differences ...

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

@@ -148,7 +148,7 @@
 {
 	int i, rv = 0;
 
-	rndstats.rst_runs++;
+	rndstats.rst_tests++;
 	for (i = 0; i < RNDTEST_NTESTS; i++)
 		rv |= (*rndtest_funcs[i].test)(rsp);
 	rsp->rs_discard = (rv != 0);

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?200302100503.h1A53LSg074576>