зеркало из https://github.com/mozilla/pjs.git
Bug 333691, [@ nsSSLThread::requestPoll - nsSSLIOLayerPoll]
r=rrelyea
This commit is contained in:
Родитель
72235157d4
Коммит
9e58e31dc8
|
@ -1132,8 +1132,13 @@ nsSSLIOLayerPoll(PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags)
|
|||
{
|
||||
nsNSSShutDownPreventionLock locker;
|
||||
|
||||
if (out_flags)
|
||||
*out_flags = 0;
|
||||
if (!out_flags)
|
||||
{
|
||||
NS_WARNING("nsSSLIOLayerPoll called with null out_flags");
|
||||
return 0;
|
||||
}
|
||||
|
||||
*out_flags = 0;
|
||||
|
||||
if (!fd)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче