зеркало из https://github.com/mozilla/gecko-dev.git
null pointer check, no reveiwer
This commit is contained in:
Родитель
a6d0a1f442
Коммит
6d68c47f6f
|
@ -116,7 +116,8 @@ nsresult nsPop3Service::GetNewMail(nsIUrlListener * aUrlListener,
|
|||
|
||||
if (server)
|
||||
server->GetHostName(&popHost);
|
||||
|
||||
|
||||
if (!popHost) return NS_ERROR_FAILURE;
|
||||
|
||||
if (NS_SUCCEEDED(rv) && popServer)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче