mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 747545: Uevent Poller causes compile error when built debug due to ScopedClose member change - r=mwu a=b2g-only
This commit is contained in:
parent
365c525d3f
commit
8d6a060fd5
@ -140,7 +140,7 @@ class UeventInitTask : public Task
|
||||
void
|
||||
NetlinkPoller::OnFileCanReadWithoutBlocking(int fd)
|
||||
{
|
||||
MOZ_ASSERT(fd == mSocket.mFd);
|
||||
MOZ_ASSERT(fd == mSocket.get());
|
||||
while (true) {
|
||||
int ret = read(fd, mBuffer, kBuffsize);
|
||||
if (ret == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user