mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 480324 Link state detection on Mac OS X not always working (offline, auto detect). r=dcamp,jduell.mcbugs,sr=jst
This commit is contained in:
parent
a9b2fbfcc4
commit
01f4953309
@ -174,8 +174,7 @@ nsNetworkLinkService::UpdateReachability()
|
||||
}
|
||||
|
||||
SCNetworkConnectionFlags flags;
|
||||
if (!::SCNetworkReachabilityGetFlags(mReachability, &flags) ||
|
||||
flags == 0) {
|
||||
if (!::SCNetworkReachabilityGetFlags(mReachability, &flags)) {
|
||||
mStatusKnown = PR_FALSE;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user