diff options
Diffstat (limited to 'smime/lib')
-rw-r--r-- | smime/lib/e-pkcs12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c index 2d1bc79848..3092944196 100644 --- a/smime/lib/e-pkcs12.c +++ b/smime/lib/e-pkcs12.c @@ -374,12 +374,12 @@ static SECItem * PR_CALLBACK nickname_collision(SECItem *oldNick, PRBool *cancel, void *wincx) { /* nsNSSShutDownPreventionLock locker; */ - *cancel = PR_FALSE; int count = 1; char *nickname = NULL; char *default_nickname = _("Imported Certificate"); SECItem *new_nick; + *cancel = PR_FALSE; printf ("nickname_collision\n"); /* The user is trying to import a PKCS#12 file that doesn't have the |