зеркало из https://github.com/mozilla/pjs.git
Fix bug 73018 "SSL fails on Mac", check in for sfraser. r=pinkerton, sr=sfraser.
This commit is contained in:
Родитель
47e458e854
Коммит
0d92d618a2
|
@ -471,9 +471,9 @@ static pascal void NotifierRoutine(void * contextPtr, OTEventCode code, OTResul
|
|||
|
||||
if (pollThread)
|
||||
WakeUpNotifiedThread(pollThread, kOTNoError);
|
||||
else
|
||||
WakeUpNotifiedThread(thread, result);
|
||||
|
||||
|
||||
if (thread && (thread != pollThread))
|
||||
WakeUpNotifiedThread(thread, result);
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче