Bug 1700506 - Restore variable libotrPath when loading OTR library. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D109623
This commit is contained in:
Родитель
b14d58c864
Коммит
87b1a47ff1
|
@ -49,6 +49,7 @@ function getDistributionFullPath() {
|
|||
|
||||
function tryLoadOTR(filename, info) {
|
||||
console.debug(`Trying to load ${filename}${info}`);
|
||||
libotrPath = filename;
|
||||
|
||||
try {
|
||||
libotr = ctypes.open(filename);
|
||||
|
|
Загрузка…
Ссылка в новой задаче