Skip to content

Commit

Permalink
Fix error in SECMOD_UnloadUserModule reportd by Ian for bug 132461 - …
Browse files Browse the repository at this point in the history
…use Stan remove call rather than add
  • Loading branch information
jpierre%netscape.com committed Mar 21, 2002
1 parent 72f4ab3 commit 7338aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/lib/pk11wrap/pk11pars.c
Expand Up @@ -384,7 +384,7 @@ SECStatus SECMOD_UnloadUserModule(SECMODModule *mod)
{
return SECFailure;
}
rv = STAN_AddModuleToDefaultTrustDomain(mod);
rv = STAN_RemoveModuleFromDefaultTrustDomain(mod);
if (SECSuccess != rv)
{
return SECFailure;
Expand Down

0 comments on commit 7338aa4

Please sign in to comment.