mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 176501, mozilla apps must manage NSS configuration for PKCS#11 shared libs, including nssckbi.dll
Incremental Patch v4, make sure we indeed look in all possible locations. r=rrelyea
This commit is contained in:
parent
49f151e833
commit
7d2821fc1b
@ -810,9 +810,14 @@ nsNSSComponent::InstallLoadableRoots()
|
||||
PR_FALSE); // do not recurse
|
||||
|
||||
if (RootsModule) {
|
||||
// found a module, no need to try other directories
|
||||
PRBool found = (RootsModule->loaded);
|
||||
|
||||
SECMOD_DestroyModule(RootsModule);
|
||||
break;
|
||||
RootsModule = nsnull;
|
||||
|
||||
if (found) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user