diff options
Diffstat (limited to 'smime/lib/e-cert.c')
-rw-r--r-- | smime/lib/e-cert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c index cbede0a5fe..2146fc3d32 100644 --- a/smime/lib/e-cert.c +++ b/smime/lib/e-cert.c @@ -1225,10 +1225,10 @@ e_cert_get_asn1_struct (ECert *cert) gboolean e_cert_mark_for_deletion (ECert *cert) { - // nsNSSShutDownPreventionLock locker; + /* nsNSSShutDownPreventionLock locker; */ #if 0 - // make sure user is logged in to the token + /* make sure user is logged in to the token */ nsCOMPtr<nsIInterfaceRequestor> ctx = new PipUIContext(); #endif |