зеркало из https://github.com/mozilla/gecko-dev.git
Reset NSPR error text before adding the module to make sure we aren't getting some previous error
This commit is contained in:
Родитель
b663c05b5f
Коммит
a5c73d7696
|
@ -233,6 +233,8 @@ AddModule(char *moduleName, char *libFile, char *cipherString,
|
|||
ciphers =
|
||||
getFlagsFromString(cipherString, cipherStrings, numCipherStrings);
|
||||
|
||||
PR_SetErrorText(NULL,0);
|
||||
|
||||
status =
|
||||
SECMOD_AddNewModule(moduleName, libFile,
|
||||
SECMOD_PubMechFlagstoInternal(mechanisms),
|
||||
|
|
Загрузка…
Ссылка в новой задаче