Don't test if a cert is in use here, you could in theory use a cert for a user and a server.

This commit is contained in:
jim-p 2011-04-07 11:46:16 -04:00
parent 8fee59d6fe
commit 72d8453d3b

View File

@ -815,8 +815,6 @@ if ($savemsg)
$caname = "";
$inuse = "";
$revoked = "";
if (is_user_cert($cert['refid']))
continue;
$ca = lookup_ca($cert['caref']);
if ($ca)
$caname = " (CA: {$ca['descr']})";