From 03b6fed03047d24d7d31343f3143b7407b796454 Mon Sep 17 00:00:00 2001 From: awnuk Date: Mon, 16 Aug 2010 21:32:17 +0000 Subject: Fixed bugzilla bugs: 607373 and 607374. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1194 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/base/tps/src/selftests/SelfTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pki/base/tps/src/selftests/SelfTest.cpp b/pki/base/tps/src/selftests/SelfTest.cpp index aaa75f8a5..91c51afc3 100644 --- a/pki/base/tps/src/selftests/SelfTest.cpp +++ b/pki/base/tps/src/selftests/SelfTest.cpp @@ -107,7 +107,6 @@ int SelfTest::runStartUpSelfTests (const char *nickname) } if (TPSValidity::isStartupEnabled()) { rc = TPSValidity::runSelfTest(nickname, cert); -rc = 4; } if (cert != 0) { CERT_DestroyCertificate (cert); @@ -144,7 +143,6 @@ int SelfTest::runOnDemandSelfTests () } if (TPSValidity::isOnDemandEnabled()) { rc = TPSValidity::runSelfTest(); -rc = 5; } if (rc != 0 && TPSValidity::isOnDemandCritical()) { if (rc > 0) rc *= -1; -- cgit