summaryrefslogtreecommitdiff
path: root/cmd/dbck/dbrecover.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dbck/dbrecover.c')
-rw-r--r--cmd/dbck/dbrecover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dbck/dbrecover.c b/cmd/dbck/dbrecover.c
index 5b7e0549d..318e4eb24 100644
--- a/cmd/dbck/dbrecover.c
+++ b/cmd/dbck/dbrecover.c
@@ -317,7 +317,7 @@ addCertToDB(certDBEntryCert *certEntry, dbRestoreInfo *info,
/* Determine if cert is S/MIME and get its email if so. */
email = IsEmailCert(oldCert);
-/*
+ /*
XXX Just create empty profiles?
if (email) {
SECItem *profile = CERT_FindSMimeProfile(oldCert);