mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 538930 - [@ @0x0 | nsNotifyAddrListener::Run] assumes InitIPHelperLibrary will never fail and that sNotifyAddrChange will be non null, r=biesi
This commit is contained in:
parent
b86e3393ee
commit
9fe95160d2
@ -177,6 +177,11 @@ nsNotifyAddrListener::Run()
|
||||
|
||||
InitIPHelperLibrary();
|
||||
|
||||
if (!sNotifyAddrChange) {
|
||||
CloseHandle(ev);
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
overlapped.hEvent = ev;
|
||||
while (!shuttingDown) {
|
||||
HANDLE h;
|
||||
|
Loading…
Reference in New Issue
Block a user