Commit a27580d0 authored by Max Kellermann's avatar Max Kellermann

lib/nfs/Connection: don't pass HANGUP to Schedule()

This flag is output-only.
parent 905db05c
...@@ -450,8 +450,7 @@ NfsConnection::ScheduleSocket() noexcept ...@@ -450,8 +450,7 @@ NfsConnection::ScheduleSocket() noexcept
SocketMonitor::Open(_fd); SocketMonitor::Open(_fd);
} }
SocketMonitor::Schedule(libnfs_to_events(which_events) SocketMonitor::Schedule(libnfs_to_events(which_events));
| SocketMonitor::HANGUP);
} }
inline int inline int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment