lib/nfs/Connection: don't pass HANGUP to Schedule()
This flag is output-only.
This commit is contained in:
parent
905db05cf9
commit
a27580d0cc
@ -450,8 +450,7 @@ NfsConnection::ScheduleSocket() noexcept
|
||||
SocketMonitor::Open(_fd);
|
||||
}
|
||||
|
||||
SocketMonitor::Schedule(libnfs_to_events(which_events)
|
||||
| SocketMonitor::HANGUP);
|
||||
SocketMonitor::Schedule(libnfs_to_events(which_events));
|
||||
}
|
||||
|
||||
inline int
|
||||
|
Loading…
Reference in New Issue
Block a user